Beispiel #1
0
 public static ulong AddDbc(DbcHandle dbc)
 {
     ulong handle = (ulong)Interlocked.Increment(ref _handle);
     return _dbs.TryAdd(handle, dbc) ? handle : 0;
 }
Beispiel #2
0
        public static ulong AddDbc(DbcHandle dbc)
        {
            ulong handle = (ulong)Interlocked.Increment(ref _handle);

            return(_dbs.TryAdd(handle, dbc) ? handle : 0);
        }