Ejemplo n.º 1
0
 /// <remarks/>
 public void GetWebServiceInformationAsync(GetWebServiceInformationRequest GetWebServiceInformationRequest)
 {
     this.GetWebServiceInformationAsync(GetWebServiceInformationRequest, null);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void GetWebServiceInformationAsync(GetWebServiceInformationRequest GetWebServiceInformationRequest, object userState)
 {
     if ((this.GetWebServiceInformationOperationCompleted == null)) {
         this.GetWebServiceInformationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetWebServiceInformationOperationCompleted);
     }
     this.InvokeAsync("GetWebServiceInformation", new object[] {
                 GetWebServiceInformationRequest}, this.GetWebServiceInformationOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 /// <remarks/>
 public System.IAsyncResult BeginGetWebServiceInformation(GetWebServiceInformationRequest GetWebServiceInformationRequest, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetWebServiceInformation", new object[] {
                 GetWebServiceInformationRequest}, callback, asyncState);
 }