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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET