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)
Syntax
public virtual void InitializeServiceClient<T>(
ServiceClient<T> client
)
where T : ServiceClient<T>
public:
generic<typename T>
where T : ServiceClient<T>
virtual void InitializeServiceClient(
ServiceClient<T>^ client
)
abstract InitializeServiceClient<'T when 'T : ServiceClient<'T>> :
client:ServiceClient<'T> -> unit
override InitializeServiceClient<'T when 'T : ServiceClient<'T>> :
client:ServiceClient<'T> -> unit
Public Overridable Sub InitializeServiceClient(Of T As ServiceClient(Of T)) (
client As ServiceClient(Of T)
)
Parameters
client
Type: Microsoft.WindowsAzure.Common.ServiceClient<T>The ServiceClient<T> object.
Type Parameters
- T
Type of ServiceClient<T>.
See Also
CloudCredentials Class
Microsoft.WindowsAzure Namespace
Return to top