/// <remarks/> public void GetRogueAPLocationAsync(RogueAPMethodArgs GetRogueAPLocation1) { this.GetRogueAPLocationAsync(GetRogueAPLocation1, null); }
/// <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); }
/// <remarks/> public void GetRogueAPInfoAsync(RogueAPMethodArgs GetRogueAPInfo1) { this.GetRogueAPInfoAsync(GetRogueAPInfo1, null); }
/// <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); }
/// <remarks/> public void DeleteRogueAPAsync(RogueAPMethodArgs DeleteRogueAP1) { this.DeleteRogueAPAsync(DeleteRogueAP1, null); }
/// <remarks/> public System.IAsyncResult BeginGetRogueAPLocation(RogueAPMethodArgs GetRogueAPLocation1, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetRogueAPLocation", new object[] { GetRogueAPLocation1}, callback, asyncState); }
/// <remarks/> public System.IAsyncResult BeginDeleteRogueAP(RogueAPMethodArgs DeleteRogueAP1, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DeleteRogueAP", new object[] { DeleteRogueAP1}, callback, asyncState); }