DirectMethodsClient Class
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.
Subclient of IotHubServiceClient to invoke direct methods on devices and modules in IoT hub.
public class DirectMethodsClient
type DirectMethodsClient = class
Public Class DirectMethodsClient
- Inheritance
-
DirectMethodsClient
Constructors
DirectMethodsClient() |
Creates an instance of this class. Provided for unit testing purposes only. |
Methods
InvokeAsync(String, DirectMethodServiceRequest, CancellationToken) |
Invokes a method on a device. |
InvokeAsync(String, String, DirectMethodServiceRequest, CancellationToken) |
Invokes a method on a module. |
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