Exemple #1
0
        Task PullAsync(Location location)
        {
            ObjectFuture future = (ObjectFuture)pullAsync((org.objectfabric.Location)location, null);

            return(future.Task);
        }
Exemple #2
0
        public Task FlushAsync()
        {
            ObjectFuture future = (ObjectFuture)flushAsync(org.objectfabric.FutureWithCallback.NOP_CALLBACK);

            return(future.Task);
        }