예제 #1
0
 private object[] OnEndm_service(System.IAsyncResult result)
 {
     eXia_A4L_WS_SECUWCF_CLIENT.WCFMiddleware.MSG retVal = this.Endm_service(result);
     return(new object[] {
         retVal
     });
 }
예제 #2
0
 public void m_serviceAsync(eXia_A4L_WS_SECUWCF_CLIENT.WCFMiddleware.MSG message, object userState)
 {
     if ((this.onBeginm_serviceDelegate == null))
     {
         this.onBeginm_serviceDelegate = new BeginOperationDelegate(this.OnBeginm_service);
     }
     if ((this.onEndm_serviceDelegate == null))
     {
         this.onEndm_serviceDelegate = new EndOperationDelegate(this.OnEndm_service);
     }
     if ((this.onm_serviceCompletedDelegate == null))
     {
         this.onm_serviceCompletedDelegate = new System.Threading.SendOrPostCallback(this.Onm_serviceCompleted);
     }
     base.InvokeAsync(this.onBeginm_serviceDelegate, new object[] {
         message
     }, this.onEndm_serviceDelegate, this.onm_serviceCompletedDelegate, userState);
 }
예제 #3
0
 public void m_serviceAsync(eXia_A4L_WS_SECUWCF_CLIENT.WCFMiddleware.MSG message)
 {
     this.m_serviceAsync(message, null);
 }
예제 #4
0
 private System.IAsyncResult OnBeginm_service(object[] inValues, System.AsyncCallback callback, object asyncState)
 {
     eXia_A4L_WS_SECUWCF_CLIENT.WCFMiddleware.MSG message = ((eXia_A4L_WS_SECUWCF_CLIENT.WCFMiddleware.MSG)(inValues[0]));
     return(this.Beginm_service(message, callback, asyncState));
 }
예제 #5
0
 public System.IAsyncResult Beginm_service(eXia_A4L_WS_SECUWCF_CLIENT.WCFMiddleware.MSG message, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.Beginm_service(message, callback, asyncState));
 }
예제 #6
0
 public eXia_A4L_WS_SECUWCF_CLIENT.WCFMiddleware.MSG m_service(eXia_A4L_WS_SECUWCF_CLIENT.WCFMiddleware.MSG message)
 {
     return(base.Channel.m_service(message));
 }