CloudCredentials::InitializeServiceClient<T> Method (ServiceClient<T>^)
Initializes an instance of ServiceClient<T> that is used to process the credentials.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
public: generic<typename T> where T : ServiceClient<T> virtual void InitializeServiceClient( ServiceClient<T>^ client )
Parameters
- client
-
Type:
Microsoft.WindowsAzure.Common::ServiceClient<T>^
The ServiceClient<T> object.
Type Parameters
- T
Type of ServiceClient<T>.
Show: