StorageManagementClient.WithHandler Method

Indicates the delegating handler for the management client.

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

Usage

'Usage
Dim instance As StorageManagementClient
Dim handler As DelegatingHandler
Dim returnValue As StorageManagementClient

returnValue = instance.WithHandler(handler)

Syntax

'Declaration
Public Function WithHandler ( _
    handler As DelegatingHandler _
) As StorageManagementClient
public StorageManagementClient WithHandler (
    DelegatingHandler handler
)
public:
StorageManagementClient^ WithHandler (
    DelegatingHandler^ handler
)
public StorageManagementClient WithHandler (
    DelegatingHandler handler
)
public function WithHandler (
    handler : DelegatingHandler
) : StorageManagementClient

Parameters

  • handler
    The specified handler.

Return Value

The delegating handler for the management client.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

See Also

Reference

StorageManagementClient Class
StorageManagementClient Members
Microsoft.WindowsAzure.Management.Storage Namespace