메소드 | 설명 | |
---|---|---|
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 | |
리턴 | bool |
public FixedSequenceGroup ( ISequence sequences ) : System | ||
sequences | ISequence | sequences the list of sequences to be tracked under this sequence group |
리턴 | System |