CloudExtensions.GetAssemblyVersion<T> 方法 (ServiceClient<T>)
获取服务客户端的程序集版本。
命名空间: Microsoft.WindowsAzure.Common.Internals
程序集: Microsoft.WindowsAzure.Common(Microsoft.WindowsAzure.Common.dll 中)
语法
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
参数
client
Type: Microsoft.WindowsAzure.Common.ServiceClient<T>服务客户端。
返回值
Type: System.String
程序集版本的客户端。
类型参数
- T
服务客户端的类型。
请参阅
CloudExtensions 类
Microsoft.WindowsAzure.Common.Internals 命名空间
返回页首