RandomShift.ThreadLocalInstance Property
Get thread local instance of RandomShift. The instance does not need
to be placed in IIS HttpContext because it will only be used immediately
in the same thread as it was retrieved. IIS will not have a chance
to switch threads on this instance.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public static RandomShift ThreadLocalInstance { get; }
Property Value
RandomShift