DigitalTwinClient 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.
The Digital Twins Service Client contains methods to retrieve and update digital twin information, and invoke commands on a digital twin device. For more information, see https://github.com/Azure/azure-iot-sdk-csharp#iot-hub-service-sdk
public class DigitalTwinClient : IDisposable
type DigitalTwinClient = class
interface IDisposable
Public Class DigitalTwinClient
Implements IDisposable
- Inheritance
-
System.ObjectDigitalTwinClient
- Implements
-
System.IDisposable
Constructors
DigitalTwinClient() |
Creates an instance of DigitalTwinClient, provided for unit testing purposes only. Use the CreateFromConnectionString method to create an instance to use the client. |