ConnectorClient.GetClientVersion<T>(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the assembly version for the Azure Bot Service.
public static string GetClientVersion<T> (T client) where T : Microsoft.Rest.ServiceClient<T>;
static member GetClientVersion : 'T -> string (requires 'T :> Microsoft.Rest.ServiceClient<'T>)
Public Shared Function GetClientVersion(Of T As ServiceClient(Of T)) (client As T) As String
Type Parameters
- T
The type of REST service client to get the version of.
Parameters
- client
- T
The REST service client instance to get the version of.
Returns
The assembly version for the Azure Bot Service.