public pushSFC2HangerBindStationResponse pushSFC2HangerBindStation([System.Xml.Serialization.XmlElementAttribute("pushSFC2HangerBindStation", Namespace = "http://intergration.ina.ws.bxnmes.com/")] pushSFC2HangerBindStation pushSFC2HangerBindStation1)
        {
            object[] results = this.Invoke("pushSFC2HangerBindStation", new object[] {
                pushSFC2HangerBindStation1
            });

            return((pushSFC2HangerBindStationResponse)(results[0]));
        }
 /// <remarks/>
 public void pushSFC2HangerBindStationAsync(pushSFC2HangerBindStation pushSFC2HangerBindStation1, object userState)
 {
     if ((this.pushSFC2HangerBindStationOperationCompleted == null))
     {
         this.pushSFC2HangerBindStationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnpushSFC2HangerBindStationOperationCompleted);
     }
     this.InvokeAsync("pushSFC2HangerBindStation", new object[] {
         pushSFC2HangerBindStation1
     }, this.pushSFC2HangerBindStationOperationCompleted, userState);
 }
 /// <remarks/>
 public void pushSFC2HangerBindStationAsync(pushSFC2HangerBindStation pushSFC2HangerBindStation1)
 {
     this.pushSFC2HangerBindStationAsync(pushSFC2HangerBindStation1, null);
 }
 /// <remarks/>
 public System.IAsyncResult BeginpushSFC2HangerBindStation(pushSFC2HangerBindStation pushSFC2HangerBindStation1, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("pushSFC2HangerBindStation", new object[] {
         pushSFC2HangerBindStation1
     }, callback, asyncState));
 }