Table of Contents

Delegate StatusUpdated

Namespace
nanoFramework.Aws.IoTCore.Devices
Assembly
nanoFramework.Aws.IoTCore.Devices.dll

Delegate method for status update.

public delegate void StatusUpdated(object sender, StatusUpdatedEventArgs e)

Parameters

sender object

The MqttConnectionClient sender.

e StatusUpdatedEventArgs

The status updated arguments.

Extension Methods

Constructors

StatusUpdated(object, IntPtr)

public StatusUpdated(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(object, StatusUpdatedEventArgs, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(object sender, StatusUpdatedEventArgs e, AsyncCallback callback, object @object)

Parameters

sender object
e StatusUpdatedEventArgs
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(object, StatusUpdatedEventArgs)

public virtual void Invoke(object sender, StatusUpdatedEventArgs e)

Parameters

sender object
e StatusUpdatedEventArgs