Пример #1
0
 public void run_eSpellAsync(MessageESpellRequest eSpellRequest)
 {
     this.run_eSpellAsync(eSpellRequest, null);
 }
Пример #2
0
 public void run_eSpellAsync(MessageESpellRequest eSpellRequest, object userState)
 {
     if ((this.run_eSpellOperationCompleted == null)) {
     this.run_eSpellOperationCompleted = new System.Threading.SendOrPostCallback(this.Onrun_eSpellCompleted);
     }
     this.InvokeAsync("run_eSpell", new object[] {
             eSpellRequest}, this.run_eSpellOperationCompleted, userState);
 }
Пример #3
0
 public System.IAsyncResult Beginrun_eSpell(MessageESpellRequest eSpellRequest, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("run_eSpell", new object[] {
             eSpellRequest}, callback, asyncState);
 }