示例#1
0
 /// <remarks/>
 public void GetTrackInfoAsync(GetTypeArgs GetTrackInfo1)
 {
     this.GetTrackInfoAsync(GetTrackInfo1, null);
 }
示例#2
0
 /// <remarks/>
 public void GetTrackInfoAsync(GetTypeArgs GetTrackInfo1, object userState)
 {
     if ((this.GetTrackInfoOperationCompleted == null))
     {
         this.GetTrackInfoOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetTrackInfoOperationCompleted);
     }
     this.InvokeAsync("GetTrackInfo", new object[] {
             GetTrackInfo1}, this.GetTrackInfoOperationCompleted, userState);
 }
示例#3
0
 /// <remarks/>
 public void GetServerInfoAsync(GetTypeArgs GetServerInfo1)
 {
     this.GetServerInfoAsync(GetServerInfo1, null);
 }
示例#4
0
 /// <remarks/>
 public void GetGenericNotificationAsync(GetTypeArgs GetGenericNotification1, object userState)
 {
     if ((this.GetGenericNotificationOperationCompleted == null))
     {
         this.GetGenericNotificationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetGenericNotificationOperationCompleted);
     }
     this.InvokeAsync("GetGenericNotification", new object[] {
             GetGenericNotification1}, this.GetGenericNotificationOperationCompleted, userState);
 }
示例#5
0
 /// <remarks/>
 public void GetGenericNotificationAsync(GetTypeArgs GetGenericNotification1)
 {
     this.GetGenericNotificationAsync(GetGenericNotification1, null);
 }
示例#6
0
 /// <remarks/>
 public System.IAsyncResult BeginGetTrackInfo(GetTypeArgs GetTrackInfo1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetTrackInfo", new object[] {
             GetTrackInfo1}, callback, asyncState);
 }
示例#7
0
 /// <remarks/>
 public System.IAsyncResult BeginGetGenericNotification(GetTypeArgs GetGenericNotification1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetGenericNotification", new object[] {
             GetGenericNotification1}, callback, asyncState);
 }