C# Class AppMetrics.Const

Datei anzeigen Open project: fandrei/AppMetrics

Public Properties

Property Type Description
Delimiter string
Utf8Bom byte[]

Public Methods

Method Description
FormatFilePath ( string dataRootPath, string sessionId, System.DateTime time ) : string
GetFileMutexName ( string sessionId ) : string

Method Details

FormatFilePath() public static method

public static FormatFilePath ( string dataRootPath, string sessionId, System.DateTime time ) : string
dataRootPath string
sessionId string
time System.DateTime
return string

GetFileMutexName() public static method

public static GetFileMutexName ( string sessionId ) : string
sessionId string
return string

Property Details

Delimiter public_oe static_oe property

public static string Delimiter
return string

Utf8Bom public_oe static_oe property

public static byte[] Utf8Bom
return byte[]