ModuleClient.SetMethodHandlerAsync Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SetMethodHandlerAsync(String, MethodCallback, Object) |
Sets a new delegate for the named method. If a delegate is already associated with the named method, it will be replaced with the new delegate. A method handler can be unset by passing a null MethodCallback. |
SetMethodHandlerAsync(String, MethodCallback, Object, CancellationToken) |
Sets a new delegate for the named method. If a delegate is already associated with the named method, it will be replaced with the new delegate. A method handler can be unset by passing a null MethodCallback. |
Sets a new delegate for the named method. If a delegate is already associated with the named method, it will be replaced with the new delegate. A method handler can be unset by passing a null MethodCallback.
public System.Threading.Tasks.Task SetMethodHandlerAsync(string methodName, Microsoft.Azure.Devices.Client.MethodCallback methodHandler, object userContext);
member this.SetMethodHandlerAsync : string * Microsoft.Azure.Devices.Client.MethodCallback * obj -> System.Threading.Tasks.Task
Public Function SetMethodHandlerAsync (methodName As String, methodHandler As MethodCallback, userContext As Object) As Task
Parameters
- methodName
- String
- methodHandler
- MethodCallback
- userContext
- Object
Returns
Applies to
Azure SDK for .NET Latest and Azure SDK for .NET Legacy
Product | Versions |
---|---|
Azure SDK for .NET | Legacy, Latest |
Sets a new delegate for the named method. If a delegate is already associated with the named method, it will be replaced with the new delegate. A method handler can be unset by passing a null MethodCallback.
public System.Threading.Tasks.Task SetMethodHandlerAsync(string methodName, Microsoft.Azure.Devices.Client.MethodCallback methodHandler, object userContext, System.Threading.CancellationToken cancellationToken);
member this.SetMethodHandlerAsync : string * Microsoft.Azure.Devices.Client.MethodCallback * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function SetMethodHandlerAsync (methodName As String, methodHandler As MethodCallback, userContext As Object, cancellationToken As CancellationToken) As Task
Parameters
- methodName
- String
- methodHandler
- MethodCallback
- userContext
- Object
- cancellationToken
- CancellationToken
Returns
Applies to
Azure SDK for .NET Latest and Azure SDK for .NET Legacy
Product | Versions |
---|---|
Azure SDK for .NET | Legacy, Latest |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: