GrainStateWithMetaData<TView>.FlipBit(String) 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.
toggle one of the bits in WriteVector and return the new value.
public bool FlipBit (string Replica);
member this.FlipBit : string -> bool
Public Function FlipBit (Replica As String) As Boolean
Parameters
- Replica
- String
The replica for which we want to flip the bit
Returns
the state of the bit after flipping it