Method | Description | |
---|---|---|
AddAndGet ( long increment ) : long |
Not supported.
|
|
CompareAndSet ( long expectedValue, long newValue ) : bool |
Not supported.
|
|
FixedSequenceGroup ( ISequence sequences ) : System |
|
|
IncrementAndGet ( ) : long |
Not supported.
|
|
SetValue ( long value ) : void |
Not supported.
|
|
SetValueVolatile ( long value ) : void |
Not supported
|
|
ToString ( ) : string |
public CompareAndSet ( long expectedValue, long newValue ) : bool | ||
expectedValue | long | |
newValue | long | |
return | bool |
public FixedSequenceGroup ( ISequence sequences ) : System | ||
sequences | ISequence | sequences the list of sequences to be tracked under this sequence group |
return | System |
public SetValueVolatile ( long value ) : void | ||
value | long | |
return | void |