CloudCredentials::InitializeServiceClient<T> Method (ServiceClient<T>^)

 

Initializes an instance of ServiceClient<T> that is used to process the credentials.

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

public:
generic<typename T>
where T : ServiceClient<T>
virtual void InitializeServiceClient(
	ServiceClient<T>^ client
)

Type Parameters

T

Type of ServiceClient<T>.

Return to top
Show: