Show / Hide Table of Contents

Class TimeBaseServiceClient.OnCursorPointChangedDelegate

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

Constructors

OnCursorPointChangedDelegate(Object, IntPtr)

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

Methods

BeginInvoke(Int64, AsyncCallback, Object)

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

Declaration
public virtual void Invoke(long point)
Parameters
Type Name Description
System.Int64 point
In This Article
  • Constructors
    • OnCursorPointChangedDelegate(Object, IntPtr)
  • Methods
    • BeginInvoke(Int64, AsyncCallback, Object)
    • EndInvoke(IAsyncResult)
    • Invoke(Int64)
Back to top Generated by DocFX