예제 #1
0
 /// <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);
 }
예제 #2
0
 /// <remarks/>
 public void ReadWBSPathAsync(ReadWBSPath ReadWBSPath1) {
     this.ReadWBSPathAsync(ReadWBSPath1, null);
 }