RoleInstanceDiagnosticManager Methods

 

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

Methods

Name Description
System_CAPS_pubmethod BeginOnDemandTransfer(DataBufferName)

Begins an on-demand transfer of the specified data buffer.

System_CAPS_pubmethod BeginOnDemandTransfer(DataBufferName, OnDemandTransferOptions)

Begins an on-demand transfer of the specified data buffer with the specified options.

System_CAPS_pubmethod CancelOnDemandTransfers(DataBufferName)

Cancel all on-demand transfers that are currently in progress, returning the request ID for each transfer.

System_CAPS_pubmethod EndOnDemandTransfer(Guid)

Stops an on-demand transfer based on its request ID.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetActiveTransfers()

Returns the set of active transfers, with associated transfer information.

System_CAPS_pubmethod GetCurrentConfiguration()

Gets the current diagnostic monitor configuration for a role instance.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod SetCurrentConfiguration(DiagnosticMonitorConfiguration)

Sets the configuration for the diagnostic monitor.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

See Also

RoleInstanceDiagnosticManager Class
Microsoft.WindowsAzure.Diagnostics.Management Namespace

Return to top