SignalRCmdletBottom.BuildClient<T>(String, Func<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.
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