You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="context">The context to be passed to the state machine.</param>
32
+
/// <param name="token">The token that can be used to cancel the operation.</param>
33
+
/// <returns><see langword="true"/> if the appended log entry has been committed by the majority of nodes; <see langword="false"/> if retry is required.</returns>
34
+
/// <exception cref="InvalidOperationException">The current node is not a leader.</exception>
35
+
/// <exception cref="OperationCanceledException">The operation has been canceled.</exception>
/// <param name="context">The context to be passed to the state machine.</param>
47
+
/// <param name="token">The token that can be used to cancel the operation.</param>
48
+
/// <returns><see langword="true"/> if the appended log entry has been committed by the majority of nodes; <see langword="false"/> if retry is required.</returns>
49
+
/// <exception cref="InvalidOperationException">The current node is not a leader.</exception>
50
+
/// <exception cref="OperationCanceledException">The operation has been canceled.</exception>
0 commit comments