Delegate RapidSynchronizationEventHandler
Assembly: ABB.Robotics.RobotStudio.Stations.dll
Syntax
public delegate void RapidSynchronizationEventHandler(object sender, RapidSynchronizationEventArgs args)
Parameters
| Type |
Name |
Description |
| object |
sender |
Represents the method that will handle the event. |
| RapidSynchronizationEventArgs |
args |
Represents the method that will handle the event. |
Constructors
RapidSynchronizationEventHandler(object, IntPtr)
Declaration
public RapidSynchronizationEventHandler(object @object, IntPtr method)
Parameters
| Type |
Name |
Description |
| object |
object |
|
| IntPtr |
method |
|
Methods
BeginInvoke(object, RapidSynchronizationEventArgs, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, RapidSynchronizationEventArgs args, AsyncCallback callback, object @object)
Parameters
Returns
| Type |
Description |
| IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| IAsyncResult |
result |
|
Invoke(object, RapidSynchronizationEventArgs)
Declaration
public virtual void Invoke(object sender, RapidSynchronizationEventArgs args)
Parameters