/// <remarks/> public void GetTagHistoryListByArgsAsync(GetHistoryListByArgs GetTagHistoryListByArgs1, object userState) { if ((this.GetTagHistoryListByArgsOperationCompleted == null)) { this.GetTagHistoryListByArgsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetTagHistoryListByArgsOperationCompleted); } this.InvokeAsync("GetTagHistoryListByArgs", new object[] { GetTagHistoryListByArgs1}, this.GetTagHistoryListByArgsOperationCompleted, userState); }
/// <remarks/> public void GetTagHistoryListByArgsAsync(GetHistoryListByArgs GetTagHistoryListByArgs1) { this.GetTagHistoryListByArgsAsync(GetTagHistoryListByArgs1, null); }
/// <remarks/> public void GetRogueClientHistoryListByArgsAsync(GetHistoryListByArgs GetRogueClientHistoryListByArgs1) { this.GetRogueClientHistoryListByArgsAsync(GetRogueClientHistoryListByArgs1, null); }
/// <remarks/> public void GetStationHistoryListByArgsAsync(GetHistoryListByArgs GetStationHistoryListByArgs1) { this.GetStationHistoryListByArgsAsync(GetStationHistoryListByArgs1, null); }
/// <remarks/> public System.IAsyncResult BeginGetTagHistoryListByArgs(GetHistoryListByArgs GetTagHistoryListByArgs1, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetTagHistoryListByArgs", new object[] { GetTagHistoryListByArgs1}, callback, asyncState); }