/// <remarks/> public void SetTrackInfoAsync(TrackInfoMethodArgs SetTrackInfo1) { this.SetTrackInfoAsync(SetTrackInfo1, null); }
/// <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); }
/// <remarks/> public System.IAsyncResult BeginSetTrackInfo(TrackInfoMethodArgs SetTrackInfo1, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("SetTrackInfo", new object[] { SetTrackInfo1}, callback, asyncState); }