Delegate SamplesDelegate
Callback invoked whenever samples are ready to view
public delegate void SamplesDelegate(Guid Id, Sample[] Data, double SampleInterval)
Parameters
Id
GuidAssociated guid
Data
Sample[]Double array to pass
SampleInterval
doubleSample interval to pass
Constructors
SamplesDelegate(object, IntPtr)
public SamplesDelegate(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(Guid, Sample[], double, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(Guid Id, Sample[] Data, double SampleInterval, AsyncCallback callback, object @object)
Parameters
Id
GuidData
Sample[]SampleInterval
doublecallback
AsyncCallbackobject
object
Returns
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)