Beispiel #1
0
        public sendResponseResponse sendResponse([XmlElement("sendResponse", Namespace = "http://MU.P402.Library/MU/P402")] sendResponse sendResponse1)
        {
            object[] results = this.Invoke("sendResponse", new object[] {
                sendResponse1
            });

            return((sendResponseResponse)(results[0]));
        }
Beispiel #2
0
 /// <remarks/>
 public void sendResponseAsync(sendResponse sendResponse1, object userState)
 {
     if ((this.sendResponseOperationCompleted == null))
     {
         this.sendResponseOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsendResponseOperationCompleted);
     }
     this.InvokeAsync("sendResponse", new object[] {
         sendResponse1
     }, this.sendResponseOperationCompleted, userState);
 }
Beispiel #3
0
 /// <remarks/>
 public void sendResponseAsync(sendResponse sendResponse1)
 {
     this.sendResponseAsync(sendResponse1, null);
 }
Beispiel #4
0
 /// <remarks/>
 public System.IAsyncResult BeginsendResponse(sendResponse sendResponse1, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("sendResponse", new object[] {
         sendResponse1
     }, callback, asyncState));
 }