DeviceClient.SetMethodHandler(String, MethodCallback, Object) Method
Definition
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.
Caution
Please use SetMethodHandlerAsync.
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.
[System.Obsolete("Please use SetMethodHandlerAsync.")]
public void SetMethodHandler (string methodName, Microsoft.Azure.Devices.Client.MethodCallback methodHandler, object userContext);
[<System.Obsolete("Please use SetMethodHandlerAsync.")>]
member this.SetMethodHandler : string * Microsoft.Azure.Devices.Client.MethodCallback * obj -> unit
Public Sub SetMethodHandler (methodName As String, methodHandler As MethodCallback, userContext As Object)
Parameters
- methodName
- String
- methodHandler
- MethodCallback
- userContext
- Object
- Attributes
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET