ServiceClient<T>.Clone Method (ServiceClient<T>)

 

Clones the service client.

Namespace:   Microsoft.WindowsAzure.Common
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

protected virtual void Clone(
	ServiceClient<T> client
)

Parameters

client
Type: Microsoft.WindowsAzure.Common.ServiceClient<T>

The client to clone.

Return to top
Show: