Exemplo n.º 1
0
 public static string GetIDSpinLock() => IDGeneratorService.GetNextIDSpinLock();
Exemplo n.º 2
0
 public static string GetIDThreadStatic() => IDGeneratorService.GetNextIDThreadStatic();
Exemplo n.º 3
0
 public static string GetIDNewBuffer() => IDGeneratorService.GetNextIDNewBuffer();
Exemplo n.º 4
0
 public static string GetIDWithLocking() => IDGeneratorService.GetNextIDWithLocking();
Exemplo n.º 5
0
 public static string GetIDUnsafe() => IDGeneratorService.GetNextIDUnsafe();