Share via


BaseAbstractApplicationBuilder<T>.WithClientName(String) Method

Definition

Sets the name of the calling SDK API 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 SDK API for telemetry purposes.

Returns

T

Applies to