Пример #1
0
 /// <remarks/>
 public void SetTrackInfoAsync(TrackInfoMethodArgs SetTrackInfo1)
 {
     this.SetTrackInfoAsync(SetTrackInfo1, null);
 }
Пример #2
0
 /// <remarks/>
 public void SetTrackInfoAsync(TrackInfoMethodArgs SetTrackInfo1, object userState)
 {
     if ((this.SetTrackInfoOperationCompleted == null))
     {
         this.SetTrackInfoOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetTrackInfoOperationCompleted);
     }
     this.InvokeAsync("SetTrackInfo", new object[] {
             SetTrackInfo1}, this.SetTrackInfoOperationCompleted, userState);
 }
Пример #3
0
 /// <remarks/>
 public System.IAsyncResult BeginSetTrackInfo(TrackInfoMethodArgs SetTrackInfo1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("SetTrackInfo", new object[] {
             SetTrackInfo1}, callback, asyncState);
 }