Table of Contents

Delegate MqttClient.MqttMsgAuthenticationEventHandler

Namespace
nanoFramework.M2Mqtt
Assembly
nanoFramework.M2Mqtt.dll

Delegate that defines event handler for authentication topic, v5.0 only

public delegate void MqttClient.MqttMsgAuthenticationEventHandler(object sender, MqttMsgAuthenticationEventArgs e)

Parameters

sender object
Delegate that defines event handler for authentication topic, v5.0 only
e MqttMsgAuthenticationEventArgs
Delegate that defines event handler for authentication topic, v5.0 only
Extension Methods

Constructors

MqttMsgAuthenticationEventHandler(object, IntPtr)

public MqttMsgAuthenticationEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(object, MqttMsgAuthenticationEventArgs, AsyncCallback, object)

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

Parameters

sender object
e MqttMsgAuthenticationEventArgs
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(object, MqttMsgAuthenticationEventArgs)

public virtual void Invoke(object sender, MqttMsgAuthenticationEventArgs e)

Parameters

sender object
e MqttMsgAuthenticationEventArgs