示例#1
0
 /// <remarks/>
 public void DownloadFileAsync(string serverFileName, object userState) {
     if ((this.DownloadFileOperationCompleted == null)) {
         this.DownloadFileOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDownloadFileOperationCompleted);
     }
     this.InvokeAsync("DownloadFile", new object[] {
                 serverFileName}, this.DownloadFileOperationCompleted, userState);
 }
示例#2
0
 /// <remarks/>
 public void GetSystemSettingsAsync(string settingsName, object userState) {
     if ((this.GetSystemSettingsOperationCompleted == null)) {
         this.GetSystemSettingsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetSystemSettingsOperationCompleted);
     }
     this.InvokeAsync("GetSystemSettings", new object[] {
                 settingsName}, this.GetSystemSettingsOperationCompleted, userState);
 }
示例#3
0
 /// <remarks/>
 public void GetCanReceiveMessageAsync(GetCanReceiveMessageRequestType GetCanReceiveMessageRequest, object userState) {
     if ((this.GetCanReceiveMessageOperationCompleted == null)) {
         this.GetCanReceiveMessageOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCanReceiveMessageOperationCompleted);
     }
     this.InvokeAsync("GetCanReceiveMessage", new object[] {
         GetCanReceiveMessageRequest}, this.GetCanReceiveMessageOperationCompleted, userState);
 }
示例#4
0
 public void GetServerVersionAsync(object userState)
 {
     if ((this.GetServerVersionOperationCompleted == null)) {
         this.GetServerVersionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetServerVersionCompleted);
     }
     this.InvokeAsync("GetServerVersion", new object[0], this.GetServerVersionOperationCompleted, userState);
 }
 /// <remarks/>
 public void getPackageIdAsync(string shortcutName, object userState) {
     if ((getPackageIdOperationCompleted == null)) {
         getPackageIdOperationCompleted = new System.Threading.SendOrPostCallback(OngetPackageIdOperationCompleted);
     }
     InvokeAsync("getPackageId", new object[] {
                 shortcutName}, getPackageIdOperationCompleted, userState);
 }
 /// <remarks/>
 public void qqCheckOnlineAsync(string qqCode, object userState) {
     if ((this.qqCheckOnlineOperationCompleted == null)) {
         this.qqCheckOnlineOperationCompleted = new System.Threading.SendOrPostCallback(this.OnqqCheckOnlineOperationCompleted);
     }
     this.InvokeAsync("qqCheckOnline", new object[] {
                 qqCode}, this.qqCheckOnlineOperationCompleted, userState);
 }
示例#7
0
 /// <remarks/>
 public void processAsync(Payload payload, object userState) {
     if ((this.processOperationCompleted == null)) {
         this.processOperationCompleted = new System.Threading.SendOrPostCallback(this.OnprocessOperationCompleted);
     }
     this.InvokeAsync("process", new object[] {
                 payload}, this.processOperationCompleted, userState);
 }
示例#8
0
 /// <remarks/>
 public void DataExchangeAsync(string data, object userState) {
     if ((this.DataExchangeOperationCompleted == null)) {
         this.DataExchangeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDataExchangeOperationCompleted);
     }
     this.InvokeAsync("DataExchange", new object[] {
                 data}, this.DataExchangeOperationCompleted, userState);
 }
示例#9
0
 /// <remarks/>
 public void notifyReferationAsync(string URL, object userState) {
     if ((this.notifyReferationOperationCompleted == null)) {
         this.notifyReferationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnnotifyReferationOperationCompleted);
     }
     this.InvokeAsync("notifyReferation", new object[] {
                 URL}, this.notifyReferationOperationCompleted, userState);
 }
 public void SearchAsync(SearchRequest parameters, object userState) {
     if ((this.SearchOperationCompleted == null)) {
         this.SearchOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSearchCompleted);
     }
     this.InvokeAsync("Search", new object[] {
                 parameters}, this.SearchOperationCompleted, userState);
 }
 /// <remarks/>
 public void PROCESS_ORDERAsync(InputParameters InputParameters, object userState) {
     if ((this.PROCESS_ORDEROperationCompleted == null)) {
         this.PROCESS_ORDEROperationCompleted = new System.Threading.SendOrPostCallback(this.OnPROCESS_ORDEROperationCompleted);
     }
     this.InvokeAsync("PROCESS_ORDER", new object[] {
                 InputParameters}, this.PROCESS_ORDEROperationCompleted, userState);
 }
示例#12
0
 /// <remarks/>
 public void ExecuteServiceAsync(string name, object userState) {
     if ((this.ExecuteServiceOperationCompleted == null)) {
         this.ExecuteServiceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnExecuteServiceOperationCompleted);
     }
     this.InvokeAsync("ExecuteService", new object[] {
                 name}, this.ExecuteServiceOperationCompleted, userState);
 }
 /// <remarks/>
 public void MovilizerAsync(MovilizerRequest MovilizerRequest, object userState) {
     if ((this.MovilizerOperationCompleted == null)) {
         this.MovilizerOperationCompleted = new System.Threading.SendOrPostCallback(this.OnMovilizerOperationCompleted);
     }
     this.InvokeAsync("Movilizer", new object[] {
                 MovilizerRequest}, this.MovilizerOperationCompleted, userState);
 }
 /// <remarks/>
 public void DoTransactionAsync(PosRequest PosRequest, object userState) {
     if ((this.DoTransactionOperationCompleted == null)) {
         this.DoTransactionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDoTransactionOperationCompleted);
     }
     this.InvokeAsync("DoTransaction", new object[] {
                 PosRequest}, this.DoTransactionOperationCompleted, userState);
 }
示例#15
0
 public void RegisterByEmailAsync(string email, object userState) {
     if ((this.RegisterByEmailOperationCompleted == null)) {
         this.RegisterByEmailOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRegisterByEmailCompleted);
     }
     this.InvokeAsync("RegisterByEmail", new object[] {
                 email}, this.RegisterByEmailOperationCompleted, userState);
 }
 /// <remarks/>
 public void getRegExpDetailsAsync(int regexpId, object userState) {
     if ((this.getRegExpDetailsOperationCompleted == null)) {
         this.getRegExpDetailsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetRegExpDetailsOperationCompleted);
     }
     this.InvokeAsync("getRegExpDetails", new object[] {
                 regexpId}, this.getRegExpDetailsOperationCompleted, userState);
 }
示例#17
0
 /// <remarks/>
 public void GET_CONTACT_DETAILAsync(InputParameters InputParameters, object userState) {
     if ((this.GET_CONTACT_DETAILOperationCompleted == null)) {
         this.GET_CONTACT_DETAILOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGET_CONTACT_DETAILOperationCompleted);
     }
     this.InvokeAsync("GET_CONTACT_DETAIL", new object[] {
                 InputParameters}, this.GET_CONTACT_DETAILOperationCompleted, userState);
 }
示例#18
0
 public void PingAliveAsync(string str, object userState)
 {
     if ((this.PingAliveOperationCompleted == null)) {
         this.PingAliveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnPingAliveCompleted);
     }
     this.InvokeAsync("PingAlive", new object[] {
                 str}, this.PingAliveOperationCompleted, userState);
 }
 public void MakeLoginAsync(string login, string senha, object userState) {
     if ((this.MakeLoginOperationCompleted == null)) {
         this.MakeLoginOperationCompleted = new System.Threading.SendOrPostCallback(this.OnMakeLoginCompleted);
     }
     this.InvokeAsync("MakeLogin", new object[] {
                 login,
                 senha}, this.MakeLoginOperationCompleted, userState);
 }
示例#20
0
 /// <remarks/>
 public void downloadAsync(string startTime, string endTime, object userState) {
     if ((this.downloadOperationCompleted == null)) {
         this.downloadOperationCompleted = new System.Threading.SendOrPostCallback(this.OndownloadOperationCompleted);
     }
     this.InvokeAsync("download", new object[] {
                 startTime,
                 endTime}, this.downloadOperationCompleted, userState);
 }
示例#21
0
 /// <remarks/>
 public void buyatTestEchoAsync(string api_key, string message, object userState) {
     if ((this.buyatTestEchoOperationCompleted == null)) {
         this.buyatTestEchoOperationCompleted = new System.Threading.SendOrPostCallback(this.OnbuyatTestEchoOperationCompleted);
     }
     this.InvokeAsync("buyatTestEcho", new object[] {
                 api_key,
                 message}, this.buyatTestEchoOperationCompleted, userState);
 }
示例#22
0
 /// <remarks/>
 public void GetMissedCallsAsync(string dn, string sort, object userState) {
     if ((this.GetMissedCallsOperationCompleted == null)) {
         this.GetMissedCallsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetMissedCallsOperationCompleted);
     }
     this.InvokeAsync("GetMissedCalls", new object[] {
                 dn,
                 sort}, this.GetMissedCallsOperationCompleted, userState);
 }
示例#23
0
 public void helloWorldAsync(string @in, object userState)
 {
     if ((this.helloWorldOperationCompleted == null)) {
         this.helloWorldOperationCompleted = new System.Threading.SendOrPostCallback(this.OnhelloWorldCompleted);
     }
     this.InvokeAsync("helloWorld", new object[] {
                 @in}, this.helloWorldOperationCompleted, userState);
 }
示例#24
0
 /// <remarks/>
 public void GetResultsForFunctionAsync(string functionName, string moduleName, object userState) {
     if ((this.GetResultsForFunctionOperationCompleted == null)) {
         this.GetResultsForFunctionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetResultsForFunctionOperationCompleted);
     }
     this.InvokeAsync("GetResultsForFunction", new object[] {
                 functionName,
                 moduleName}, this.GetResultsForFunctionOperationCompleted, userState);
 }
示例#25
0
 /// <remarks/>
 public void GetNumeroAsync(string strNumSer, string strValRec, object userState) {
     if ((this.GetNumeroOperationCompleted == null)) {
         this.GetNumeroOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetNumeroOperationCompleted);
     }
     this.InvokeAsync("GetNumero", new object[] {
                 strNumSer,
                 strValRec}, this.GetNumeroOperationCompleted, userState);
 }
示例#26
0
 /// <remarks/>
 public void GetExchangeRateDAsync(System.DateTime StartDate, System.DateTime EndDate, object userState) {
     if ((this.GetExchangeRateDOperationCompleted == null)) {
         this.GetExchangeRateDOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetExchangeRateDOperationCompleted);
     }
     this.InvokeAsync("GetExchangeRateD", new object[] {
                 StartDate,
                 EndDate}, this.GetExchangeRateDOperationCompleted, userState);
 }
示例#27
0
 public void read_bibleAsync(string from, object userState)
 {
     if ((this.read_bibleOperationCompleted == null)) {
         this.read_bibleOperationCompleted = new System.Threading.SendOrPostCallback(this.Onread_bibleCompleted);
     }
     this.InvokeAsync("read_bible", new object[] {
                 from}, this.read_bibleOperationCompleted, userState);
 }
示例#28
0
 /// <remarks/>
 public void getTrackNotificationAsync(TrackNotificationRequest TrackNotificationRequest, object userState)
 {
     if ((this.getTrackNotificationOperationCompleted == null))
     {
         this.getTrackNotificationOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetTrackNotificationOperationCompleted);
     }
     this.InvokeAsync("getTrackNotification", new object[] {
                 TrackNotificationRequest}, this.getTrackNotificationOperationCompleted, userState);
 }
示例#29
0
 /// <remarks/>
 public void nfeConsultaNF2Async(System.Xml.XmlNode nfeDadosMsg, object userState)
 {
     if ((this.nfeConsultaNF2OperationCompleted == null))
     {
         this.nfeConsultaNF2OperationCompleted = new System.Threading.SendOrPostCallback(this.OnnfeConsultaNF2OperationCompleted);
     }
     this.InvokeAsync("nfeConsultaNF2", new object[] {
             nfeDadosMsg}, this.nfeConsultaNF2OperationCompleted, userState);
 }
示例#30
0
 /// <remarks/>
 public void ExecuteRequestAsync(Request Request, object userState)
 {
     if ((this.ExecuteRequestOperationCompleted == null))
     {
         this.ExecuteRequestOperationCompleted = new System.Threading.SendOrPostCallback(this.OnExecuteRequestOperationCompleted);
     }
     this.InvokeAsync("ExecuteRequest", new object[] {
             Request}, this.ExecuteRequestOperationCompleted, userState);
 }
示例#31
0
 public void GetFullyQualifiedCarDataAsync(object userState)
 {
     if ((this.onBeginGetFullyQualifiedCarDataDelegate == null))
     {
         this.onBeginGetFullyQualifiedCarDataDelegate = new BeginOperationDelegate(this.OnBeginGetFullyQualifiedCarData);
     }
     if ((this.onEndGetFullyQualifiedCarDataDelegate == null))
     {
         this.onEndGetFullyQualifiedCarDataDelegate = new EndOperationDelegate(this.OnEndGetFullyQualifiedCarData);
     }
     if ((this.onGetFullyQualifiedCarDataCompletedDelegate == null))
     {
         this.onGetFullyQualifiedCarDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetFullyQualifiedCarDataCompleted);
     }
     base.InvokeAsync(this.onBeginGetFullyQualifiedCarDataDelegate, null, this.onEndGetFullyQualifiedCarDataDelegate, this.onGetFullyQualifiedCarDataCompletedDelegate, userState);
 }
示例#32
0
 /// <remarks/>
 public void createBookAsync(string ISBN, string title, string author, string tag, string language, string description, int idUser, object userState)
 {
     if ((this.createBookOperationCompleted == null))
     {
         this.createBookOperationCompleted = new System.Threading.SendOrPostCallback(this.OncreateBookOperationCompleted);
     }
     this.InvokeAsync("createBook", new object[] {
         ISBN,
         title,
         author,
         tag,
         language,
         description,
         idUser
     }, this.createBookOperationCompleted, userState);
 }
示例#33
0
 public void DoWorkAsync(object userState)
 {
     if ((this.onBeginDoWorkDelegate == null))
     {
         this.onBeginDoWorkDelegate = new BeginOperationDelegate(this.OnBeginDoWork);
     }
     if ((this.onEndDoWorkDelegate == null))
     {
         this.onEndDoWorkDelegate = new EndOperationDelegate(this.OnEndDoWork);
     }
     if ((this.onDoWorkCompletedDelegate == null))
     {
         this.onDoWorkCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDoWorkCompleted);
     }
     base.InvokeAsync(this.onBeginDoWorkDelegate, null, this.onEndDoWorkDelegate, this.onDoWorkCompletedDelegate, userState);
 }
 /// <remarks/>
 public void InsertCountDetailAsync(string cn, string countId, string location, string countOperator, string countSku, string countSkuDescription, string countBatchId, object userState)
 {
     if ((this.InsertCountDetailOperationCompleted == null))
     {
         this.InsertCountDetailOperationCompleted = new System.Threading.SendOrPostCallback(this.OnInsertCountDetailOperationCompleted);
     }
     this.InvokeAsync("InsertCountDetail", new object[] {
         cn,
         countId,
         location,
         countOperator,
         countSku,
         countSkuDescription,
         countBatchId
     }, this.InsertCountDetailOperationCompleted, userState);
 }
示例#35
0
 public void GetPersonAndDangerLocationAsync(object userState)
 {
     if ((this.onBeginGetPersonAndDangerLocationDelegate == null))
     {
         this.onBeginGetPersonAndDangerLocationDelegate = new BeginOperationDelegate(this.OnBeginGetPersonAndDangerLocation);
     }
     if ((this.onEndGetPersonAndDangerLocationDelegate == null))
     {
         this.onEndGetPersonAndDangerLocationDelegate = new EndOperationDelegate(this.OnEndGetPersonAndDangerLocation);
     }
     if ((this.onGetPersonAndDangerLocationCompletedDelegate == null))
     {
         this.onGetPersonAndDangerLocationCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetPersonAndDangerLocationCompleted);
     }
     base.InvokeAsync(this.onBeginGetPersonAndDangerLocationDelegate, null, this.onEndGetPersonAndDangerLocationDelegate, this.onGetPersonAndDangerLocationCompletedDelegate, userState);
 }
示例#36
0
 /// <remarks/>
 public void CriarContaEmailDocenteAsync(string nome, string matricula, string escola, string turma, string serie, string CPF, string disciplina, object userState)
 {
     if ((this.CriarContaEmailDocenteOperationCompleted == null))
     {
         this.CriarContaEmailDocenteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCriarContaEmailDocenteOperationCompleted);
     }
     this.InvokeAsync("CriarContaEmailDocente", new object[] {
         nome,
         matricula,
         escola,
         turma,
         serie,
         CPF,
         disciplina
     }, this.CriarContaEmailDocenteOperationCompleted, userState);
 }
示例#37
0
 /// <remarks/>
 public void queryContactAsync(string update_time, string province, string doc_type, string RequestUser, string RequestTime, string RequestType, clientInfo clientInfo, object userState)
 {
     if ((this.queryContactOperationCompleted == null))
     {
         this.queryContactOperationCompleted = new System.Threading.SendOrPostCallback(this.OnqueryContactOperationCompleted);
     }
     this.InvokeAsync("queryContact", new object[] {
         update_time,
         province,
         doc_type,
         RequestUser,
         RequestTime,
         RequestType,
         clientInfo
     }, this.queryContactOperationCompleted, userState);
 }
示例#38
0
 /// <remarks/>
 public void EnviarSinAutAsync(string de, string para, string cc, string asunto, string cuerpo, bool html, string prioridad, object userState)
 {
     if ((this.EnviarSinAutOperationCompleted == null))
     {
         this.EnviarSinAutOperationCompleted = new System.Threading.SendOrPostCallback(this.OnEnviarSinAutOperationCompleted);
     }
     this.InvokeAsync("EnviarSinAut", new object[] {
         de,
         para,
         cc,
         asunto,
         cuerpo,
         html,
         prioridad
     }, this.EnviarSinAutOperationCompleted, userState);
 }
示例#39
0
 /// <remarks/>
 public void loginAsync(string userName, string password, string slnName, string dcName, string language, int dbType, string authPattern, object userState)
 {
     if ((this.loginOperationCompleted == null))
     {
         this.loginOperationCompleted = new System.Threading.SendOrPostCallback(this.OnloginOperationCompleted);
     }
     this.InvokeAsync("login", new object[] {
         userName,
         password,
         slnName,
         dcName,
         language,
         dbType,
         authPattern
     }, this.loginOperationCompleted, userState);
 }
示例#40
0
 /// <remarks/>
 public void sendMTPushAsync(string userID, string message, string serviceID, string commandCode, string messageType, string requestID, string totalMessage, string messageIndex, string isMore, string contentType, object userState) {
     if ((this.sendMTPushOperationCompleted == null)) {
         this.sendMTPushOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsendMTPushOperationCompleted);
     }
     this.InvokeAsync("sendMTPush", new object[] {
                 userID,
                 message,
                 serviceID,
                 commandCode,
                 messageType,
                 requestID,
                 totalMessage,
                 messageIndex,
                 isMore,
                 contentType}, this.sendMTPushOperationCompleted, userState);
 }
示例#41
0
 /// <remarks/>
 public void updateStockAsync(string login, string password, string idSite, string idTienda, string codigoAlfa, int stock, string tallaOriginalCliente, object userState)
 {
     if ((this.updateStockOperationCompleted == null))
     {
         this.updateStockOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdateStockOperationCompleted);
     }
     this.InvokeAsync("updateStock", new object[] {
         login,
         password,
         idSite,
         idTienda,
         codigoAlfa,
         stock,
         tallaOriginalCliente
     }, this.updateStockOperationCompleted, userState);
 }
示例#42
0
 public void RetrivePMOListAsync(object userState)
 {
     if ((this.onBeginRetrivePMOListDelegate == null))
     {
         this.onBeginRetrivePMOListDelegate = new BeginOperationDelegate(this.OnBeginRetrivePMOList);
     }
     if ((this.onEndRetrivePMOListDelegate == null))
     {
         this.onEndRetrivePMOListDelegate = new EndOperationDelegate(this.OnEndRetrivePMOList);
     }
     if ((this.onRetrivePMOListCompletedDelegate == null))
     {
         this.onRetrivePMOListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnRetrivePMOListCompleted);
     }
     base.InvokeAsync(this.onBeginRetrivePMOListDelegate, null, this.onEndRetrivePMOListDelegate, this.onRetrivePMOListCompletedDelegate, userState);
 }
示例#43
0
 /// \\
 public void GetSGATokenForSignInAsync(string noxsig, string noxmsg, string pubkeyD, string GCMToken, string pubkeyU, string signatureU, string DisplayCode, object userState)
 {
     if ((this.GetSGATokenForSignInOperationCompleted == null))
     {
         this.GetSGATokenForSignInOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetSGATokenForSignInOperationCompleted);
     }
     this.InvokeAsync("GetSGATokenForSignIn", new object[] {
         noxsig,
         noxmsg,
         pubkeyD,
         GCMToken,
         pubkeyU,
         signatureU,
         DisplayCode
     }, this.GetSGATokenForSignInOperationCompleted, userState);
 }
示例#44
0
 public void GetAvailableDispatchSettingsAsync(object userState)
 {
     if ((this.onBeginGetAvailableDispatchSettingsDelegate == null))
     {
         this.onBeginGetAvailableDispatchSettingsDelegate = new BeginOperationDelegate(this.OnBeginGetAvailableDispatchSettings);
     }
     if ((this.onEndGetAvailableDispatchSettingsDelegate == null))
     {
         this.onEndGetAvailableDispatchSettingsDelegate = new EndOperationDelegate(this.OnEndGetAvailableDispatchSettings);
     }
     if ((this.onGetAvailableDispatchSettingsCompletedDelegate == null))
     {
         this.onGetAvailableDispatchSettingsCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetAvailableDispatchSettingsCompleted);
     }
     base.InvokeAsync(this.onBeginGetAvailableDispatchSettingsDelegate, null, this.onEndGetAvailableDispatchSettingsDelegate, this.onGetAvailableDispatchSettingsCompletedDelegate, userState);
 }
示例#45
0
 /// <remarks/>
 public void DescargarZipAsync(string idEmple, string rango, string[] NroFac, System.DateTime FechaSolicitud, string FechaTermino, string RutaZip, string rfcEmisor, object userState)
 {
     if ((this.DescargarZipOperationCompleted == null))
     {
         this.DescargarZipOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDescargarZipOperationCompleted);
     }
     this.InvokeAsync("DescargarZip", new object[] {
         idEmple,
         rango,
         NroFac,
         FechaSolicitud,
         FechaTermino,
         RutaZip,
         rfcEmisor
     }, this.DescargarZipOperationCompleted, userState);
 }
示例#46
0
 /// <remarks/>
 public void KeySignAsync(string KEY_WORD, string signDocPath, string sealParentPath, string xmlName, string pfxPwd, string saveLib, string savePdfName, object userState)
 {
     if ((this.KeySignOperationCompleted == null))
     {
         this.KeySignOperationCompleted = new System.Threading.SendOrPostCallback(this.OnKeySignOperationCompleted);
     }
     this.InvokeAsync("KeySign", new object[] {
         KEY_WORD,
         signDocPath,
         sealParentPath,
         xmlName,
         pfxPwd,
         saveLib,
         savePdfName
     }, this.KeySignOperationCompleted, userState);
 }
示例#47
0
 public void getAllPositionsAsync(object userState)
 {
     if ((this.onBegingetAllPositionsDelegate == null))
     {
         this.onBegingetAllPositionsDelegate = new BeginOperationDelegate(this.OnBegingetAllPositions);
     }
     if ((this.onEndgetAllPositionsDelegate == null))
     {
         this.onEndgetAllPositionsDelegate = new EndOperationDelegate(this.OnEndgetAllPositions);
     }
     if ((this.ongetAllPositionsCompletedDelegate == null))
     {
         this.ongetAllPositionsCompletedDelegate = new System.Threading.SendOrPostCallback(this.OngetAllPositionsCompleted);
     }
     base.InvokeAsync(this.onBegingetAllPositionsDelegate, null, this.onEndgetAllPositionsDelegate, this.ongetAllPositionsCompletedDelegate, userState);
 }
示例#48
0
 public void FindBankAccountsAsync(object userState)
 {
     if ((this.onBeginFindBankAccountsDelegate == null))
     {
         this.onBeginFindBankAccountsDelegate = new BeginOperationDelegate(this.OnBeginFindBankAccounts);
     }
     if ((this.onEndFindBankAccountsDelegate == null))
     {
         this.onEndFindBankAccountsDelegate = new EndOperationDelegate(this.OnEndFindBankAccounts);
     }
     if ((this.onFindBankAccountsCompletedDelegate == null))
     {
         this.onFindBankAccountsCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFindBankAccountsCompleted);
     }
     base.InvokeAsync(this.onBeginFindBankAccountsDelegate, null, this.onEndFindBankAccountsDelegate, this.onFindBankAccountsCompletedDelegate, userState);
 }
示例#49
0
 /// <remarks/>
 public void GetBlackBerryUsersPagedAsync(int itemId, string sortColumn, string sortDirection, string name, string email, int startRow, int maximumRows, object userState)
 {
     if ((this.GetBlackBerryUsersPagedOperationCompleted == null))
     {
         this.GetBlackBerryUsersPagedOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetBlackBerryUsersPagedOperationCompleted);
     }
     this.InvokeAsync("GetBlackBerryUsersPaged", new object[] {
         itemId,
         sortColumn,
         sortDirection,
         name,
         email,
         startRow,
         maximumRows
     }, this.GetBlackBerryUsersPagedOperationCompleted, userState);
 }
示例#50
0
 /// <remarks/>
 public void ExportWebAsync(string jobName, string webUrl, string dataPath, bool includeSubwebs, bool includeUserSecurity, bool overWrite, int cabSize, object userState)
 {
     if ((this.ExportWebOperationCompleted == null))
     {
         this.ExportWebOperationCompleted = new System.Threading.SendOrPostCallback(this.OnExportWebOperationCompleted);
     }
     this.InvokeAsync("ExportWeb", new object[] {
         jobName,
         webUrl,
         dataPath,
         includeSubwebs,
         includeUserSecurity,
         overWrite,
         cabSize
     }, this.ExportWebOperationCompleted, userState);
 }
示例#51
0
 /// <remarks/>
 public void ScheduleSMSAsync(string UserID, string PWD, string APIKEY, string FROM, string TO, string MSG, System.DateTime ESTScheduleDatetime, object userState)
 {
     if ((this.ScheduleSMSOperationCompleted == null))
     {
         this.ScheduleSMSOperationCompleted = new System.Threading.SendOrPostCallback(this.OnScheduleSMSOperationCompleted);
     }
     this.InvokeAsync("ScheduleSMS", new object[] {
         UserID,
         PWD,
         APIKEY,
         FROM,
         TO,
         MSG,
         ESTScheduleDatetime
     }, this.ScheduleSMSOperationCompleted, userState);
 }
示例#52
0
文件: Reference.cs 项目: Luyingjin/Qy
 /// <remarks/>
 public void UpdateFileAsync(string serverName, string destfileName, long fileSize, string relateId, string fileCode, string version, string src, object userState)
 {
     if ((this.UpdateFileOperationCompleted == null))
     {
         this.UpdateFileOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateFileOperationCompleted);
     }
     this.InvokeAsync("UpdateFile", new object[] {
         serverName,
         destfileName,
         fileSize,
         relateId,
         fileCode,
         version,
         src
     }, this.UpdateFileOperationCompleted, userState);
 }
示例#53
0
 /// <remarks/>
 public void GetComboListByNameAsync(string userName, string password, ExportStyle exportStyle, string applicationURL, string gridURL, string comboName, object[] args, object userState)
 {
     if ((this.GetComboListByNameOperationCompleted == null))
     {
         this.GetComboListByNameOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetComboListByNameOperationCompleted);
     }
     this.InvokeAsync("GetComboListByName", new object[] {
         userName,
         password,
         exportStyle,
         applicationURL,
         gridURL,
         comboName,
         args
     }, this.GetComboListByNameOperationCompleted, userState);
 }
 /// <remarks/>
 public void pingAsync(string pingType, string siteID, string siteKey, string licenseKey, string licenseName, string licenseExpiration, string softwareName, object userState)
 {
     if ((this.pingOperationCompleted == null))
     {
         this.pingOperationCompleted = new System.Threading.SendOrPostCallback(this.OnpingOperationCompleted);
     }
     this.InvokeAsync("ping", new object[] {
         pingType,
         siteID,
         siteKey,
         licenseKey,
         licenseName,
         licenseExpiration,
         softwareName
     }, this.pingOperationCompleted, userState);
 }
示例#55
0
 public void GetLogIDArchivesAsync(object userState)
 {
     if ((this.onBeginGetLogIDArchivesDelegate == null))
     {
         this.onBeginGetLogIDArchivesDelegate = new BeginOperationDelegate(this.OnBeginGetLogIDArchives);
     }
     if ((this.onEndGetLogIDArchivesDelegate == null))
     {
         this.onEndGetLogIDArchivesDelegate = new EndOperationDelegate(this.OnEndGetLogIDArchives);
     }
     if ((this.onGetLogIDArchivesCompletedDelegate == null))
     {
         this.onGetLogIDArchivesCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetLogIDArchivesCompleted);
     }
     base.InvokeAsync(this.onBeginGetLogIDArchivesDelegate, null, this.onEndGetLogIDArchivesDelegate, this.onGetLogIDArchivesCompletedDelegate, userState);
 }
示例#56
0
 public void RetrieveAllEquipmentFeaturesAsync(object userState)
 {
     if ((this.onBeginRetrieveAllEquipmentFeaturesDelegate == null))
     {
         this.onBeginRetrieveAllEquipmentFeaturesDelegate = new BeginOperationDelegate(this.OnBeginRetrieveAllEquipmentFeatures);
     }
     if ((this.onEndRetrieveAllEquipmentFeaturesDelegate == null))
     {
         this.onEndRetrieveAllEquipmentFeaturesDelegate = new EndOperationDelegate(this.OnEndRetrieveAllEquipmentFeatures);
     }
     if ((this.onRetrieveAllEquipmentFeaturesCompletedDelegate == null))
     {
         this.onRetrieveAllEquipmentFeaturesCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnRetrieveAllEquipmentFeaturesCompleted);
     }
     base.InvokeAsync(this.onBeginRetrieveAllEquipmentFeaturesDelegate, null, this.onEndRetrieveAllEquipmentFeaturesDelegate, this.onRetrieveAllEquipmentFeaturesCompletedDelegate, userState);
 }
示例#57
0
 /// <remarks/>
 public void PaymentVnmWithAccountAsync(string msisdn, string price, string content, string servicename, string userName, string userPass, string cpId, object userState)
 {
     if ((this.PaymentVnmWithAccountOperationCompleted == null))
     {
         this.PaymentVnmWithAccountOperationCompleted = new System.Threading.SendOrPostCallback(this.OnPaymentVnmWithAccountOperationCompleted);
     }
     this.InvokeAsync("PaymentVnmWithAccount", new object[] {
         msisdn,
         price,
         content,
         servicename,
         userName,
         userPass,
         cpId
     }, this.PaymentVnmWithAccountOperationCompleted, userState);
 }
示例#58
0
 /// <remarks/>
 public void AddFacebookAccountFromTweetBoardAsync(string UserId, string GroupId, string ProfileId, string AccessToken, string FriendsCount, string Name, string EmailId, object userState)
 {
     if ((this.AddFacebookAccountFromTweetBoardOperationCompleted == null))
     {
         this.AddFacebookAccountFromTweetBoardOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddFacebookAccountFromTweetBoardOperationCompleted);
     }
     this.InvokeAsync("AddFacebookAccountFromTweetBoard", new object[] {
         UserId,
         GroupId,
         ProfileId,
         AccessToken,
         FriendsCount,
         Name,
         EmailId
     }, this.AddFacebookAccountFromTweetBoardOperationCompleted, userState);
 }
示例#59
0
 /// <remarks/>
 public void SingleSMSEngineAsync(int PortalCode, string UserName, string PassWord, string Mobile, string Message, bool FlashSMS, int ServerType, object userState)
 {
     if ((this.SingleSMSEngineOperationCompleted == null))
     {
         this.SingleSMSEngineOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSingleSMSEngineOperationCompleted);
     }
     this.InvokeAsync("SingleSMSEngine", new object[] {
         PortalCode,
         UserName,
         PassWord,
         Mobile,
         Message,
         FlashSMS,
         ServerType
     }, this.SingleSMSEngineOperationCompleted, userState);
 }
示例#60
0
 /// <remarks/>
 public void creaPedidoACAsync(string NoTraspaso, string Centro, string Almacen, string Tienda, string Material, string Talla, int Cantidad, object userState)
 {
     if ((this.creaPedidoACOperationCompleted == null))
     {
         this.creaPedidoACOperationCompleted = new System.Threading.SendOrPostCallback(this.OncreaPedidoACOperationCompleted);
     }
     this.InvokeAsync("creaPedidoAC", new object[] {
         NoTraspaso,
         Centro,
         Almacen,
         Tienda,
         Material,
         Talla,
         Cantidad
     }, this.creaPedidoACOperationCompleted, userState);
 }