Exemplo n.º 1
0
 /// <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);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void GetTagHistoryListByArgsAsync(GetHistoryListByArgs GetTagHistoryListByArgs1)
 {
     this.GetTagHistoryListByArgsAsync(GetTagHistoryListByArgs1, null);
 }
Exemplo n.º 3
0
 /// <remarks/>
 public void GetRogueClientHistoryListByArgsAsync(GetHistoryListByArgs GetRogueClientHistoryListByArgs1)
 {
     this.GetRogueClientHistoryListByArgsAsync(GetRogueClientHistoryListByArgs1, null);
 }
Exemplo n.º 4
0
 /// <remarks/>
 public void GetStationHistoryListByArgsAsync(GetHistoryListByArgs GetStationHistoryListByArgs1)
 {
     this.GetStationHistoryListByArgsAsync(GetStationHistoryListByArgs1, null);
 }
Exemplo n.º 5
0
 /// <remarks/>
 public System.IAsyncResult BeginGetTagHistoryListByArgs(GetHistoryListByArgs GetTagHistoryListByArgs1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetTagHistoryListByArgs", new object[] {
             GetTagHistoryListByArgs1}, callback, asyncState);
 }