예제 #1
0
 /// <remarks/>
 public void NewCopiesAsync(NewCopiesRequest NewCopiesRequest, object userState) {
     if ((this.NewCopiesOperationCompleted == null)) {
         this.NewCopiesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnNewCopiesOperationCompleted);
     }
     this.InvokeAsync("NewCopies", new object[] {
                 NewCopiesRequest}, this.NewCopiesOperationCompleted, userState);
 }
예제 #2
0
 /// <remarks/>
 public void NewCopiesAsync(NewCopiesRequest NewCopiesRequest) {
     this.NewCopiesAsync(NewCopiesRequest, null);
 }