Constructs a new enumerator.
The name of the enumerator.
The numeric value of the enumerator.
ReadonlynameThe name of the enumerator.
ReadonlyvalueThe value of the enumerator.
Static ReadonlyIdempotentAn idempotent operation. The Ice client runtime does not guarantee at-most-once semantics for such an operation.
Static ReadonlyNonmutatingEquivalent to Ice.OperationMode.Idempotent, but deprecated.
Static ReadonlyNormalA non-idempotent operation (the default). The Ice client runtime guarantees that it will not violate at-most-once semantics for operations with this mode.
Returns a string representation of the current enumerator.
A string representation of the current enumerator.
StaticvalueReturns the enumerator corresponding to the specified numeric value.
The enumerator value.
The matching enumerator, or undefined if no enumerator corresponds to the given value.
Specifies if an operation is idempotent, which affects the retry behavior of the Ice client runtime.
Remarks
The Slice compiler generated this enum class from Slice enumeration
::Ice::OperationMode.