OnDemandTransferInfo.RequestId Property

 

Gets or sets the unique ID for a given transfer request.

Namespace:   Microsoft.WindowsAzure.Diagnostics.Management
Assembly:  Microsoft.WindowsAzure.Diagnostics (in Microsoft.WindowsAzure.Diagnostics.dll)

public Guid RequestId { get; set; }

Property Value

Type: System.Guid

Type: System.Guid

Returns Guid.

The RequestId property specifies the ID of the request. This property is returned by the BeginOnDemandTransfer method, and can be used to cancel an on-demand transfer by calling the EndOnDemandTransfer method.

System_CAPS_warningWarning

This API is not supported in Azure SDK versions 2.5 and higher. Instead, use the diagnostics.wadcfg XML configuration file. For more information, see Collect Logging Data by Using Azure Diagnostics.

Return to top
Show: