ServiceManagementClientExtensions.GetOperationStatus Method

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.ServiceManagement
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

public static Operation GetOperationStatus(
    this IServiceManagementClient client,
    HostedService hostedService,
    string operationTrackingId
)
'Declaration
<ExtensionAttribute> _
Public Shared Function GetOperationStatus ( _
    client As IServiceManagementClient, _
    hostedService As HostedService, _
    operationTrackingId As String _
) As Operation
[ExtensionAttribute]
public:
static Operation^ GetOperationStatus(
    IServiceManagementClient^ client, 
    HostedService^ hostedService, 
    String^ operationTrackingId
)

Parameters

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IServiceManagementClient. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also

ServiceManagementClientExtensions Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.ServiceManagement Namespace