Beispiel #1
0
 /// <remarks/>
 public void UpdateWBSAsync(WBS[] UpdateWBS1) {
     this.UpdateWBSAsync(UpdateWBS1, null);
 }
Beispiel #2
0
 /// <remarks/>
 public void UpdateWBSAsync(WBS[] UpdateWBS1, object userState) {
     if ((this.UpdateWBSOperationCompleted == null)) {
         this.UpdateWBSOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateWBSOperationCompleted);
     }
     this.InvokeAsync("UpdateWBS", new object[] {
                 UpdateWBS1}, this.UpdateWBSOperationCompleted, userState);
 }
Beispiel #3
0
 /// <remarks/>
 public void CreateWBSAsync(WBS[] CreateWBS1) {
     this.CreateWBSAsync(CreateWBS1, null);
 }