コード例 #1
0
        public Task UpdateReplicationInformationIfNeededAsync(AsyncServerClient serverClient, bool force = false)
        {
            if (force)
            {
                throw new NotSupportedException("Force is not supported in ReplicationAwareRequestExecuter");
            }

            return(replicationInformer.UpdateReplicationInformationIfNeededAsync(serverClient));
        }
コード例 #2
0
 public Task UpdateReplicationInformationIfNeededAsync(AsyncServerClient serverClient, bool force = false)
 {
     return(replicationInformer.UpdateReplicationInformationIfNeededAsync(serverClient, force));
 }