Example #1
0
 /// <remarks/>
 public void ReadWBSAsync(ReadWBS ReadWBS1, object userState) {
     if ((this.ReadWBSOperationCompleted == null)) {
         this.ReadWBSOperationCompleted = new System.Threading.SendOrPostCallback(this.OnReadWBSOperationCompleted);
     }
     this.InvokeAsync("ReadWBS", new object[] {
                 ReadWBS1}, this.ReadWBSOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void ReadWBSAsync(ReadWBS ReadWBS1) {
     this.ReadWBSAsync(ReadWBS1, null);
 }