Show / Hide Table of Contents

Class TimeBaseServiceClient.OnTimeBaseChangedDelegate

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

Constructors

OnTimeBaseChangedDelegate(Object, IntPtr)

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

Methods

BeginInvoke(Int64, Int64, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(long startTime, long endTime, AsyncCallback callback, object object)
Parameters
Type Name Description
System.Int64 startTime
System.Int64 endTime
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(Int64, Int64)

Declaration
public virtual void Invoke(long startTime, long endTime)
Parameters
Type Name Description
System.Int64 startTime
System.Int64 endTime
In This Article
Back to top Generated by DocFX