Show / Hide Table of Contents

Class TimeBaseServiceClientVba.OnTimeBaseChangedDelegate

Inheritance
System.Object
TimeBaseServiceClientVba.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(Double, Double, AsyncCallback, Object)

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

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