Edit

Share via


GrainStateWithMetaData<TView>.FlipBit(String) Method

Definition

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

Applies to