FileUploadNotificationProcessorClient 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 for receiving file upload notifications.
public class FileUploadNotificationProcessorClient : IDisposable
type FileUploadNotificationProcessorClient = class
interface IDisposable
Public Class FileUploadNotificationProcessorClient
Implements IDisposable
- Inheritance
-
FileUploadNotificationProcessorClient
- Implements
Constructors
FileUploadNotificationProcessorClient() |
Creates an instance of this class. Provided for unit testing purposes only. |
Properties
ErrorProcessor |
The callback to be executed when the connection is lost. |
FileUploadNotificationProcessor |
The callback to be executed each time file upload notification is received from the service. |
Methods
CloseAsync(CancellationToken) |
Close the connection and stop receiving file upload notifications. |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
OpenAsync(CancellationToken) |
Open the connection and start receiving file upload notifications. |
Applies to
Azure SDK for .NET