Interface IEdgeRegistryClient
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry
- Assembly
- Azure.Iot.Operations.Services.dll
public interface IEdgeRegistryClient : ICoreClient, IAsyncDisposable, ISchemaRegistryClient, IThingDescriptionClient, IThingModelClient
- Inherited Members
Methods
StopAsync(CancellationToken)
Makes this client unsubscribe from any broker topics it subscribed to, without disposing it.
Task StopAsync(CancellationToken cancellationToken = default)
Parameters
cancellationTokenCancellationTokenA token to cancel the operation.
Returns
- Task
A task that completes once the client has stopped.