Esempio n. 1
0
 public System.IAsyncResult BeginCopyIntoItems(WssSVLib.Copy.CopyIntoItemsRequest request, System.AsyncCallback callback, object asyncState)
 {
     object[] _args = new object[1];
     _args[0] = request;
     System.IAsyncResult _result = base.BeginInvoke("CopyIntoItems", _args, callback, asyncState);
     return(_result);
 }
Esempio n. 2
0
 private System.IAsyncResult BeginCopyIntoItems(string SourceUrl, string[] DestinationUrls, FieldInformation[] Fields, byte[] Stream, System.AsyncCallback callback, object asyncState)
 {
     WssSVLib.Copy.CopyIntoItemsRequest inValue = new WssSVLib.Copy.CopyIntoItemsRequest();
     inValue.SourceUrl       = SourceUrl;
     inValue.DestinationUrls = DestinationUrls;
     inValue.Fields          = Fields;
     inValue.Stream          = Stream;
     return(((WssSVLib.Copy.CopySoap)(this)).BeginCopyIntoItems(inValue, callback, asyncState));
 }
Esempio n. 3
0
 System.IAsyncResult WssSVLib.Copy.CopySoap.BeginCopyIntoItems(WssSVLib.Copy.CopyIntoItemsRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginCopyIntoItems(request, callback, asyncState));
 }