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
Methods
BeginInvoke(object, MqttMsgAuthenticationEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(object sender, MqttMsgAuthenticationEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
objecte
MqttMsgAuthenticationEventArgscallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(object, MqttMsgAuthenticationEventArgs)
public virtual void Invoke(object sender, MqttMsgAuthenticationEventArgs e)
Parameters
sender
objecte
MqttMsgAuthenticationEventArgs