Example #1
0
 /// <remarks/>
 public void ReadProjectSpendingPlansAsync(ReadProjectSpendingPlans ReadProjectSpendingPlans1, object userState) {
     if ((this.ReadProjectSpendingPlansOperationCompleted == null)) {
         this.ReadProjectSpendingPlansOperationCompleted = new System.Threading.SendOrPostCallback(this.OnReadProjectSpendingPlansOperationCompleted);
     }
     this.InvokeAsync("ReadProjectSpendingPlans", new object[] {
                 ReadProjectSpendingPlans1}, this.ReadProjectSpendingPlansOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void ReadProjectSpendingPlansAsync(ReadProjectSpendingPlans ReadProjectSpendingPlans1) {
     this.ReadProjectSpendingPlansAsync(ReadProjectSpendingPlans1, null);
 }