AbstractApplicationBuilder<T>.WithClientName(String) Method

Definition

Sets the name of the calling application for telemetry purposes.

public T WithClientName (string clientName);
member this.WithClientName : string -> 'T
Public Function WithClientName (clientName As String) As T

Parameters

clientName
String

The name of the application for telemetry purposes.

Returns

T

Applies to