FileUploadCompletionNotification(String, Boolean) Constructor

Definition

Used to tell the service that the client is done uploading a file with the specified correlation Id.

public FileUploadCompletionNotification (string correlationId, bool isSuccess);
new Microsoft.Azure.Devices.Client.FileUploadCompletionNotification : string * bool -> Microsoft.Azure.Devices.Client.FileUploadCompletionNotification
Public Sub New (correlationId As String, isSuccess As Boolean)

Parameters

correlationId
String

The correlation Id of the SAS URI.

isSuccess
Boolean

Whether the file upload was successful or not.

Applies to