TestingUtils.CreateTraceFileName(String, String) 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.
Create trace file name for a specific node or client in a specific deployment
public static string CreateTraceFileName (string nodeName, string clusterId);
static member CreateTraceFileName : string * string -> string
Public Shared Function CreateTraceFileName (nodeName As String, clusterId As String) As String
Parameters
- nodeName
- String
Name of the node.
- clusterId
- String
The cluster identifier.
Returns
The new trace file name.