/// <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); }
/// <remarks/> public void ReadProjectSpendingPlansAsync(ReadProjectSpendingPlans ReadProjectSpendingPlans1) { this.ReadProjectSpendingPlansAsync(ReadProjectSpendingPlans1, null); }