/// <remarks/> public void ReadOBSPathAsync(ReadOBSPath ReadOBSPath1, object userState) { if ((this.ReadOBSPathOperationCompleted == null)) { this.ReadOBSPathOperationCompleted = new System.Threading.SendOrPostCallback(this.OnReadOBSPathOperationCompleted); } this.InvokeAsync("ReadOBSPath", new object[] { ReadOBSPath1}, this.ReadOBSPathOperationCompleted, userState); }
/// <remarks/> public void ReadOBSPathAsync(ReadOBSPath ReadOBSPath1) { this.ReadOBSPathAsync(ReadOBSPath1, null); }