RandomShiftThreadLocalInstance 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.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public static RandomShift ThreadLocalInstance { get; }

Property Value

RandomShift

See Also