/// <remarks/> public void ReadWBSPathAsync(ReadWBSPath ReadWBSPath1, object userState) { if ((this.ReadWBSPathOperationCompleted == null)) { this.ReadWBSPathOperationCompleted = new System.Threading.SendOrPostCallback(this.OnReadWBSPathOperationCompleted); } this.InvokeAsync("ReadWBSPath", new object[] { ReadWBSPath1}, this.ReadWBSPathOperationCompleted, userState); }
/// <remarks/> public void ReadWBSPathAsync(ReadWBSPath ReadWBSPath1) { this.ReadWBSPathAsync(ReadWBSPath1, null); }