Gets the random number generator.
Namespace:
Apache.NMS.PoliciesAssembly: Apache.NMS (in Apache.NMS.dll)
Syntax
| Visual Basic |
|---|
Protected Shared ReadOnly Property RandomNumberGenerator As Random Get |
| C# |
|---|
protected static Random RandomNumberGenerator { get; } |
| Visual C++ |
|---|
protected: static property Random^ RandomNumberGenerator { Random^ get (); } |
| JavaScript |
|---|
Apache.NMS.Policies.RedeliveryPolicy.get_randomNumberGenerator = function(); |