コード例 #1
0
ファイル: Reference.cs プロジェクト: paraneye/WebService
 /// <remarks/>
 public void UpdateProjectSpendingPlansAsync(ProjectSpendingPlan[] UpdateProjectSpendingPlans1) {
     this.UpdateProjectSpendingPlansAsync(UpdateProjectSpendingPlans1, null);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: paraneye/WebService
 /// <remarks/>
 public void UpdateProjectSpendingPlansAsync(ProjectSpendingPlan[] UpdateProjectSpendingPlans1, object userState) {
     if ((this.UpdateProjectSpendingPlansOperationCompleted == null)) {
         this.UpdateProjectSpendingPlansOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateProjectSpendingPlansOperationCompleted);
     }
     this.InvokeAsync("UpdateProjectSpendingPlans", new object[] {
                 UpdateProjectSpendingPlans1}, this.UpdateProjectSpendingPlansOperationCompleted, userState);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: paraneye/WebService
 /// <remarks/>
 public void CreateProjectSpendingPlansAsync(ProjectSpendingPlan[] CreateProjectSpendingPlans1) {
     this.CreateProjectSpendingPlansAsync(CreateProjectSpendingPlans1, null);
 }