Example #1
0
 public WssSVLib.Forms.GetFormCollectionResponse EndGetFormCollection(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     WssSVLib.Forms.GetFormCollectionResponse _result = ((WssSVLib.Forms.GetFormCollectionResponse)(base.EndInvoke("GetFormCollection", _args, result)));
     return(_result);
 }
Example #2
0
 private System.Xml.Linq.XElement EndGetFormCollection(System.IAsyncResult result)
 {
     WssSVLib.Forms.GetFormCollectionResponse retVal = ((WssSVLib.Forms.FormsSoap)(this)).EndGetFormCollection(result);
     return(retVal.Body.GetFormCollectionResult);
 }