Example #1
0
 /// <remarks/>
 public void GetRogueClientLocationAsync(RogueClientMethodArgs GetRogueClientLocation1)
 {
     this.GetRogueClientLocationAsync(GetRogueClientLocation1, null);
 }
Example #2
0
 /// <remarks/>
 public void GetRogueClientLocationAsync(RogueClientMethodArgs GetRogueClientLocation1, object userState)
 {
     if ((this.GetRogueClientLocationOperationCompleted == null))
     {
         this.GetRogueClientLocationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetRogueClientLocationOperationCompleted);
     }
     this.InvokeAsync("GetRogueClientLocation", new object[] {
             GetRogueClientLocation1}, this.GetRogueClientLocationOperationCompleted, userState);
 }
Example #3
0
 /// <remarks/>
 public void GetRogueClientInfoAsync(RogueClientMethodArgs GetRogueClientInfo1)
 {
     this.GetRogueClientInfoAsync(GetRogueClientInfo1, null);
 }
Example #4
0
 /// <remarks/>
 public void DeleteRogueClientAsync(RogueClientMethodArgs DeleteRogueClient1, object userState)
 {
     if ((this.DeleteRogueClientOperationCompleted == null))
     {
         this.DeleteRogueClientOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDeleteRogueClientOperationCompleted);
     }
     this.InvokeAsync("DeleteRogueClient", new object[] {
             DeleteRogueClient1}, this.DeleteRogueClientOperationCompleted, userState);
 }
Example #5
0
 /// <remarks/>
 public void DeleteRogueClientAsync(RogueClientMethodArgs DeleteRogueClient1)
 {
     this.DeleteRogueClientAsync(DeleteRogueClient1, null);
 }
Example #6
0
 /// <remarks/>
 public System.IAsyncResult BeginGetRogueClientLocation(RogueClientMethodArgs GetRogueClientLocation1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetRogueClientLocation", new object[] {
             GetRogueClientLocation1}, callback, asyncState);
 }
Example #7
0
 /// <remarks/>
 public System.IAsyncResult BeginDeleteRogueClient(RogueClientMethodArgs DeleteRogueClient1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("DeleteRogueClient", new object[] {
             DeleteRogueClient1}, callback, asyncState);
 }