C# Class Funcular.IdGenerators.Base36.ConcurrentStopwatch

Thread safe microseconds stopwatch implementation.
显示文件 Open project: piranout/Funcular.IdGenerators Class Usage Examples

Public Methods

Method Description
GetMicroseconds ( ) : long

Returns the Unix time in microseconds (µ″ since UTC epoch)

Private Methods

Method Description
ConcurrentStopwatch ( ) : System

Method Details

GetMicroseconds() public static method

Returns the Unix time in microseconds (µ″ since UTC epoch)
public static GetMicroseconds ( ) : long
return long