public Task UpdateReplicationInformationIfNeededAsync(AsyncServerClient serverClient, bool force = false) { if (force) { throw new NotSupportedException("Force is not supported in ReplicationAwareRequestExecuter"); } return(replicationInformer.UpdateReplicationInformationIfNeededAsync(serverClient)); }
public Task UpdateReplicationInformationIfNeededAsync(AsyncServerClient serverClient, bool force = false) { return(replicationInformer.UpdateReplicationInformationIfNeededAsync(serverClient, force)); }