Beispiel #1
0
        protected async Task <IOperationResult> PerformFlushAll()
        {
            var parts = await cluster.Broadcast(n => opFactory.Flush()).ConfigureAwait(false);

            return(new BinaryOperationResult {
                Success = true
            });
        }