예제 #1
0
 public Task CompleteAsync()
 {
     return(call.SendCloseFromClientAsync());
 }
 public IObservable <Unit> CompleteAsync()
 {
     return(call.SendCloseFromClientAsync());
 }
예제 #3
0
 public void OnCompleted()
 {
     // TODO: how bad is the Wait here?
     call.SendCloseFromClientAsync().Wait();
 }