Class ACLReplication
Namespace: Consul
Assembly: Consul.dll
Allows querying of ACL Replication in Consul
public class ACLReplication : IACLReplicationEndpoint
Inheritance
Implements
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Methods
Status(CancellationToken)
Get the current status of ACL Replication in Consul
public Task<QueryResult<ACLReplicationEntry>> Status(CancellationToken ct = default)
Parameters
Cancellation token for long poll request. If set, OperationCanceledException will be thrown if the request is cancelled before completing
Returns
Task <QueryResult <ACLReplicationEntry >>
A query result with details of the ACL Replication system in Consul
Status(QueryOptions, CancellationToken)
Get the current status of ACL Replication in Consul
public Task<QueryResult<ACLReplicationEntry>> Status(QueryOptions queryOptions, CancellationToken ct = default)
Parameters
queryOptions
QueryOptions
Any query options for the request
Cancellation token for long poll request. If set, OperationCanceledException will be thrown if the request is cancelled before completing
Returns
Task <QueryResult <ACLReplicationEntry >>
A query result with details of the ACL Replication system in Consul