コード例 #1
0
 private System.IAsyncResult BeginMergeDocument(System.Collections.ObjectModel.ObservableCollection <DocumentTransitionPhoneApp.TransitionAppServices.PersonFiles> files, System.AsyncCallback callback, object asyncState)
 {
     DocumentTransitionPhoneApp.TransitionAppServices.MergeDocumentRequest inValue = new DocumentTransitionPhoneApp.TransitionAppServices.MergeDocumentRequest();
     inValue.Body       = new DocumentTransitionPhoneApp.TransitionAppServices.MergeDocumentRequestBody();
     inValue.Body.files = files;
     return(((DocumentTransitionPhoneApp.TransitionAppServices.Service1Soap)(this)).BeginMergeDocument(inValue, callback, asyncState));
 }
コード例 #2
0
 public System.IAsyncResult BeginMergeDocument(DocumentTransitionPhoneApp.TransitionAppServices.MergeDocumentRequest request, System.AsyncCallback callback, object asyncState)
 {
     object[] _args = new object[1];
     _args[0] = request;
     System.IAsyncResult _result = base.BeginInvoke("MergeDocument", _args, callback, asyncState);
     return(_result);
 }
コード例 #3
0
 System.IAsyncResult DocumentTransitionPhoneApp.TransitionAppServices.Service1Soap.BeginMergeDocument(DocumentTransitionPhoneApp.TransitionAppServices.MergeDocumentRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginMergeDocument(request, callback, asyncState));
 }