예제 #1
0
 public WssSVLib.Copy.CopyIntoItemsResponse EndCopyIntoItems(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     WssSVLib.Copy.CopyIntoItemsResponse _result = ((WssSVLib.Copy.CopyIntoItemsResponse)(base.EndInvoke("CopyIntoItems", _args, result)));
     return(_result);
 }
예제 #2
0
 private uint EndCopyIntoItems(System.IAsyncResult result, out CopyResult[] Results)
 {
     WssSVLib.Copy.CopyIntoItemsResponse retVal = ((WssSVLib.Copy.CopySoap)(this)).EndCopyIntoItems(result);
     Results = retVal.Results;
     return(retVal.CopyIntoItemsResult);
 }