Table of Contents

Delegate LockWrapper.OnUpdatedHandler

Namespace
DuetControlServer.Model
Assembly
DuetControlServer.dll

Callback type of the function to call when the OM has been updated

public delegate void LockWrapper.OnUpdatedHandler()

Constructors

OnUpdatedHandler(object, nint)

public OnUpdatedHandler(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object @object)

Parameters

callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke()

public virtual void Invoke()