Пример #1
0
 public WssSVLib.Forms.GetFormResponse EndGetForm(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     WssSVLib.Forms.GetFormResponse _result = ((WssSVLib.Forms.GetFormResponse)(base.EndInvoke("GetForm", _args, result)));
     return(_result);
 }
Пример #2
0
 private System.Xml.Linq.XElement EndGetForm(System.IAsyncResult result)
 {
     WssSVLib.Forms.GetFormResponse retVal = ((WssSVLib.Forms.FormsSoap)(this)).EndGetForm(result);
     return(retVal.Body.GetFormResult);
 }