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)

Syntax

public Guid RequestId { get; set; }
public:
property Guid RequestId {
    Guid get();
    void set(Guid value);
}
member RequestId : Guid with get, set
Public Property RequestId As Guid

Property Value

Type: System.Guid

Type: System.Guid

Returns Guid.

Remarks

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.

Warning

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.

See Also

OnDemandTransferInfo Class
Microsoft.WindowsAzure.Diagnostics.Management Namespace

Return to top