FabricClientSettings.ClientFriendlyName Property
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 or sets the client friendly name that will appear in Service Fabric traces for debugging.
public string ClientFriendlyName { get; set; }
member this.ClientFriendlyName : string with get, set
Public Property ClientFriendlyName As String
Property Value
The client friendly name that will appear in Service Fabric traces for debugging.
Remarks
The default value is null and the client friendly name will automatically be generated as a GUID internally.
If multiple clients can be created from the same process or on the same node, it is recommended to append a unique identifier to the name. For example, MyProcessIdentifier-{guid}. This ensures that traces can track different actions to the clients that generated them.
Applies to
Azure SDK for .NET