Share via


Método CloudExtensions.GetAssemblyVersion<T> (ServiceClient<T>)

 

Obtém a versão do assembly de um cliente de serviço.

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)

Sintaxe

public static string GetAssemblyVersion<T>(
    this ServiceClient<T> client
)
where T : ServiceClient<T>
public:
generic<typename T>
where T : ServiceClient<T>
[ExtensionAttribute]
static String^ GetAssemblyVersion(
    ServiceClient<T>^ client
)
static member GetAssemblyVersion<'T when 'T : ServiceClient<'T>> : 
        client:ServiceClient<'T> -> string
<ExtensionAttribute>
Public Shared Function GetAssemblyVersion(Of T As ServiceClient(Of T)) (
    client As ServiceClient(Of T)
) As String

Parâmetros

Valor de retorno

Type: System.String

A versão do assembly do cliente.

Parâmetros de tipo

  • T
    O tipo de cliente de serviço.

Consulte também

Classe CloudExtensions
Namespace Microsoft.WindowsAzure.Common.Internals

Retornar ao topo