/// <remarks/>
 public void GET_CONTACTSAsync(InputParameters3 InputParameters) {
     this.GET_CONTACTSAsync(InputParameters, null);
 }
 /// <remarks/>
 public void GET_CONTACTSAsync(InputParameters3 InputParameters, object userState) {
     if ((this.GET_CONTACTSOperationCompleted == null)) {
         this.GET_CONTACTSOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGET_CONTACTSOperationCompleted);
     }
     this.InvokeAsync("GET_CONTACTS", new object[] {
                 InputParameters}, this.GET_CONTACTSOperationCompleted, userState);
 }
 /// <remarks/>
 public System.IAsyncResult BeginGET_CONTACTS(InputParameters3 InputParameters, System.AsyncCallback callback, object asyncState) {
     return this.BeginInvoke("GET_CONTACTS", new object[] {
                 InputParameters}, callback, asyncState);
 }