Show / Hide Table of Contents

Class ApplicationServiceClient.OnNewLapDelegate

Inheritance
System.Object
ApplicationServiceClient.OnNewLapDelegate
Namespace: MAT.Atlas.Automation.Client.Services
Assembly: MAT.Atlas.Automation.Client.dll
Syntax
public sealed class OnNewLapDelegate : MulticastDelegate

Constructors

OnNewLapDelegate(Object, IntPtr)

Declaration
public OnNewLapDelegate(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(NewLap, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(NewLap newLap, AsyncCallback callback, object object)
Parameters
Type Name Description
NewLap newLap
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(NewLap)

Declaration
public virtual void Invoke(NewLap newLap)
Parameters
Type Name Description
NewLap newLap
In This Article
Back to top Generated by DocFX