Show / Hide Table of Contents

Delegate RapidSynchronizationEventHandler

Represents the method that will handle the RapidSynchronized event.

Namespace: ABB.Robotics.RobotStudio.Stations
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
Type Name Description
object sender
RapidSynchronizationEventArgs args
AsyncCallback callback
object object
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
Type Name Description
object sender
RapidSynchronizationEventArgs args
In this article
Back to top Copyright © 2025 ABB