Delegate ExecutionStatusChangedEventHandler
Defines the event for execution status changed.
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
[Obsolete("No longer supported")]
public delegate void ExecutionStatusChangedEventHandler(object sender, ExecutionStatusChangedEventArgs e);
Parameters
Constructors
ExecutionStatusChangedEventHandler(Object, IntPtr)
Declaration
public ExecutionStatusChangedEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, ExecutionStatusChangedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ExecutionStatusChangedEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, ExecutionStatusChangedEventArgs)
Declaration
public virtual void Invoke(object sender, ExecutionStatusChangedEventArgs e)
Parameters