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
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET