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
View Source
RapidSynchronizationEventHandler(object, nint)
Declaration
public RapidSynchronizationEventHandler(object @object, nint method)
Parameters
| Type |
Name |
Description |
| object |
object |
|
| nint |
method |
|
Methods
View Source
BeginInvoke(object, RapidSynchronizationEventArgs, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, RapidSynchronizationEventArgs args, AsyncCallback callback, object @object)
Parameters
Returns
| Type |
Description |
| IAsyncResult |
|
View Source
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| IAsyncResult |
result |
|
View Source
Invoke(object, RapidSynchronizationEventArgs)
Declaration
public virtual void Invoke(object sender, RapidSynchronizationEventArgs args)
Parameters