Funcular.IdGenerators.Base36.Base36IdGenerator.GetMicrosecondsSafe C# (CSharp) Méthode

GetMicrosecondsSafe() static private méthode

Returns value with all non base 36 characters removed. Uses mutex. Return the elapsed microseconds since the in-service DateTime; will never return the same value twice, even across multiple processes.
static private GetMicrosecondsSafe ( ) : long
Résultat long
        internal static long GetMicrosecondsSafe()
        {
            return ConcurrentStopwatch.GetMicroseconds();
        }