Class AlarmsServiceClient.OnAlarmTriggeredDelegate
Inheritance
System.Object
AlarmsServiceClient.OnAlarmTriggeredDelegate
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