Edit

Share via


LogStateWithMetaData<TEntry>.FlipBit(String) Method

Definition

Toggle one of the bits in WriteVector and return the new value.

public bool FlipBit (string Replica);
public bool FlipBit (string replica);
member this.FlipBit : string -> bool
member this.FlipBit : string -> bool
Public Function FlipBit (Replica As String) As Boolean
Public Function FlipBit (replica As String) As Boolean

Parameters

Replicareplica
String

The replica for which we want to flip the bit

Returns

the state of the bit after flipping it

Applies to