Exemple #1
0
 private System.IAsyncResult BeginGetFormCollection(string listName, System.AsyncCallback callback, object asyncState)
 {
     WssSVLib.Forms.GetFormCollectionRequest inValue = new WssSVLib.Forms.GetFormCollectionRequest();
     inValue.Body          = new WssSVLib.Forms.GetFormCollectionRequestBody();
     inValue.Body.listName = listName;
     return(((WssSVLib.Forms.FormsSoap)(this)).BeginGetFormCollection(inValue, callback, asyncState));
 }
Exemple #2
0
 public System.IAsyncResult BeginGetFormCollection(WssSVLib.Forms.GetFormCollectionRequest request, System.AsyncCallback callback, object asyncState)
 {
     object[] _args = new object[1];
     _args[0] = request;
     System.IAsyncResult _result = base.BeginInvoke("GetFormCollection", _args, callback, asyncState);
     return(_result);
 }
Exemple #3
0
 System.IAsyncResult WssSVLib.Forms.FormsSoap.BeginGetFormCollection(WssSVLib.Forms.GetFormCollectionRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginGetFormCollection(request, callback, asyncState));
 }