Exemple #1
0
 /// <remarks/>
 public void GetRogueAPLocationAsync(RogueAPMethodArgs GetRogueAPLocation1)
 {
     this.GetRogueAPLocationAsync(GetRogueAPLocation1, null);
 }
Exemple #2
0
 /// <remarks/>
 public void GetRogueAPLocationAsync(RogueAPMethodArgs GetRogueAPLocation1, object userState)
 {
     if ((this.GetRogueAPLocationOperationCompleted == null))
     {
         this.GetRogueAPLocationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetRogueAPLocationOperationCompleted);
     }
     this.InvokeAsync("GetRogueAPLocation", new object[] {
             GetRogueAPLocation1}, this.GetRogueAPLocationOperationCompleted, userState);
 }
Exemple #3
0
 /// <remarks/>
 public void GetRogueAPInfoAsync(RogueAPMethodArgs GetRogueAPInfo1)
 {
     this.GetRogueAPInfoAsync(GetRogueAPInfo1, null);
 }
Exemple #4
0
 /// <remarks/>
 public void DeleteRogueAPAsync(RogueAPMethodArgs DeleteRogueAP1, object userState)
 {
     if ((this.DeleteRogueAPOperationCompleted == null))
     {
         this.DeleteRogueAPOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDeleteRogueAPOperationCompleted);
     }
     this.InvokeAsync("DeleteRogueAP", new object[] {
             DeleteRogueAP1}, this.DeleteRogueAPOperationCompleted, userState);
 }
Exemple #5
0
 /// <remarks/>
 public void DeleteRogueAPAsync(RogueAPMethodArgs DeleteRogueAP1)
 {
     this.DeleteRogueAPAsync(DeleteRogueAP1, null);
 }
Exemple #6
0
 /// <remarks/>
 public System.IAsyncResult BeginGetRogueAPLocation(RogueAPMethodArgs GetRogueAPLocation1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetRogueAPLocation", new object[] {
             GetRogueAPLocation1}, callback, asyncState);
 }
Exemple #7
0
 /// <remarks/>
 public System.IAsyncResult BeginDeleteRogueAP(RogueAPMethodArgs DeleteRogueAP1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("DeleteRogueAP", new object[] {
             DeleteRogueAP1}, callback, asyncState);
 }