Beispiel #1
0
 /// <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);
 }
Beispiel #2
0
 /// <remarks/>
 public void ReadOBSPathAsync(ReadOBSPath ReadOBSPath1) {
     this.ReadOBSPathAsync(ReadOBSPath1, null);
 }