Пример #1
0
 public void OnCompleted(Action continuation)
 {
     this.continuation = continuation;
     AsyncManager.AddContinuation(this);
 }