Table of Contents

Delegate SamplesDelegate

Namespace
LiveScope.Net
Assembly
LiveScope.Net.dll

Callback invoked whenever samples are ready to view

public delegate void SamplesDelegate(Guid Id, Sample[] Data, double SampleInterval)

Parameters

Id Guid

Associated guid

Data Sample[]

Double array to pass

SampleInterval double

Sample interval to pass

Constructors

SamplesDelegate(object, IntPtr)

public SamplesDelegate(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(Guid, Sample[], double, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Guid Id, Sample[] Data, double SampleInterval, AsyncCallback callback, object @object)

Parameters

Id Guid
Data Sample[]
SampleInterval double
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(Guid, Sample[], double)

public virtual void Invoke(Guid Id, Sample[] Data, double SampleInterval)

Parameters

Id Guid
Data Sample[]
SampleInterval double