示例#1
0
 public System.IAsyncResult BeginaddCarLocation(ZIT.AppRouteServer.AppServerAPI.CarLocationManagerService.CredentialSoapHeader CredentialSoapHeader, string arg0, System.AsyncCallback callback, object asyncState)
 {
     ZIT.AppRouteServer.AppServerAPI.CarLocationManagerService.addCarLocationRequest inValue = new ZIT.AppRouteServer.AppServerAPI.CarLocationManagerService.addCarLocationRequest();
     inValue.Body = new ZIT.AppRouteServer.AppServerAPI.CarLocationManagerService.addCarLocationRequestBody();
     inValue.CredentialSoapHeader = CredentialSoapHeader;
     inValue.Body.arg0            = arg0;
     return(((ZIT.AppRouteServer.AppServerAPI.CarLocationManagerService.CarLocationManagerDelegate)(this)).BeginaddCarLocation(inValue, callback, asyncState));
 }
示例#2
0
 public string addCarLocation(ZIT.AppRouteServer.AppServerAPI.CarLocationManagerService.CredentialSoapHeader CredentialSoapHeader, string arg0)
 {
     ZIT.AppRouteServer.AppServerAPI.CarLocationManagerService.addCarLocationRequest inValue = new ZIT.AppRouteServer.AppServerAPI.CarLocationManagerService.addCarLocationRequest();
     inValue.Body = new ZIT.AppRouteServer.AppServerAPI.CarLocationManagerService.addCarLocationRequestBody();
     inValue.CredentialSoapHeader = CredentialSoapHeader;
     inValue.Body.arg0            = arg0;
     ZIT.AppRouteServer.AppServerAPI.CarLocationManagerService.addCarLocationResponse retVal = ((ZIT.AppRouteServer.AppServerAPI.CarLocationManagerService.CarLocationManagerDelegate)(this)).addCarLocation(inValue);
     return(retVal.Body.@return);
 }
示例#3
0
 public void addCarLocationAsync(ZIT.AppRouteServer.AppServerAPI.CarLocationManagerService.CredentialSoapHeader CredentialSoapHeader, string arg0, object userState)
 {
     if ((this.onBeginaddCarLocationDelegate == null))
     {
         this.onBeginaddCarLocationDelegate = new BeginOperationDelegate(this.OnBeginaddCarLocation);
     }
     if ((this.onEndaddCarLocationDelegate == null))
     {
         this.onEndaddCarLocationDelegate = new EndOperationDelegate(this.OnEndaddCarLocation);
     }
     if ((this.onaddCarLocationCompletedDelegate == null))
     {
         this.onaddCarLocationCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnaddCarLocationCompleted);
     }
     base.InvokeAsync(this.onBeginaddCarLocationDelegate, new object[] {
         CredentialSoapHeader,
         arg0
     }, this.onEndaddCarLocationDelegate, this.onaddCarLocationCompletedDelegate, userState);
 }
示例#4
0
 public addCarLocationRequest(ZIT.AppRouteServer.AppServerAPI.CarLocationManagerService.CredentialSoapHeader CredentialSoapHeader, ZIT.AppRouteServer.AppServerAPI.CarLocationManagerService.addCarLocationRequestBody Body)
 {
     this.CredentialSoapHeader = CredentialSoapHeader;
     this.Body = Body;
 }
示例#5
0
 public void addCarLocationAsync(ZIT.AppRouteServer.AppServerAPI.CarLocationManagerService.CredentialSoapHeader CredentialSoapHeader, string arg0)
 {
     this.addCarLocationAsync(CredentialSoapHeader, arg0, null);
 }
示例#6
0
        private System.IAsyncResult OnBeginaddCarLocation(object[] inValues, System.AsyncCallback callback, object asyncState)
        {
            ZIT.AppRouteServer.AppServerAPI.CarLocationManagerService.CredentialSoapHeader CredentialSoapHeader = ((ZIT.AppRouteServer.AppServerAPI.CarLocationManagerService.CredentialSoapHeader)(inValues[0]));
            string arg0 = ((string)(inValues[1]));

            return(this.BeginaddCarLocation(CredentialSoapHeader, arg0, callback, asyncState));
        }