次の方法で共有


SignalRCmdletBottom.BuildClient<T>(String, Func<T,T>) Method

Definition

protected T BuildClient<T> (string endpoint = default, Func<T,T> postBuild = default) where T : Microsoft.Rest.ServiceClient<T>;
member this.BuildClient : string * Func<'T, 'T (requires 'T :> Microsoft.Rest.ServiceClient<'T> and 'T :> Microsoft.Rest.ServiceClient<'T>)> -> 'T (requires 'T :> Microsoft.Rest.ServiceClient<'T>)
Protected Function BuildClient(Of T As ServiceClient(Of T)) (Optional endpoint As String = Nothing, Optional postBuild As Func(Of T, T) = Nothing) As T

Type Parameters

T

Parameters

endpoint
String
postBuild
Func<T,T>

Returns

T

Applies to