Show / Hide Table of Contents

Class AlarmsServiceClient.OnAlarmTriggeredDelegate

Inheritance
System.Object
AlarmsServiceClient.OnAlarmTriggeredDelegate
Namespace: MAT.Atlas.Automation.Client.Services
Assembly: MAT.Atlas.Automation.Client.dll
Syntax
public sealed class OnAlarmTriggeredDelegate : MulticastDelegate

Constructors

OnAlarmTriggeredDelegate(Object, IntPtr)

Declaration
public OnAlarmTriggeredDelegate(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(TriggeredAlarm, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(TriggeredAlarm alarm, AsyncCallback callback, object object)
Parameters
Type Name Description
TriggeredAlarm alarm
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result

Invoke(TriggeredAlarm)

Declaration
public virtual void Invoke(TriggeredAlarm alarm)
Parameters
Type Name Description
TriggeredAlarm alarm
In This Article
Back to top Generated by DocFX