FabricClientSettings.setClientFriendlyName(String clientFriendlyName) 方法
定义
Sets 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 UUID internally.
public void setClientFriendlyName(String clientFriendlyName)
参数
- clientFriendlyName
- String
The client friendly name that will appear in Service Fabric traces for debugging.