ITransactionalBitArrayGrain.SetBit(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
apply set operation to every transaction state
[Orleans.Transaction(Orleans.TransactionOption.CreateOrJoin)]
public System.Threading.Tasks.Task SetBit (int newValue);
[<Orleans.Transaction(Orleans.TransactionOption.CreateOrJoin)>]
abstract member SetBit : int -> System.Threading.Tasks.Task
Public Function SetBit (newValue As Integer) As Task
Parameters
- newValue
- Int32
Returns
- Attributes