コード例 #1
0
ファイル: Reference.cs プロジェクト: paraneye/WebService
 /// <remarks/>
 public void UpdateCostAccountsAsync(CostAccount[] UpdateCostAccounts1) {
     this.UpdateCostAccountsAsync(UpdateCostAccounts1, null);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: paraneye/WebService
 /// <remarks/>
 public void UpdateCostAccountsAsync(CostAccount[] UpdateCostAccounts1, object userState) {
     if ((this.UpdateCostAccountsOperationCompleted == null)) {
         this.UpdateCostAccountsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateCostAccountsOperationCompleted);
     }
     this.InvokeAsync("UpdateCostAccounts", new object[] {
                 UpdateCostAccounts1}, this.UpdateCostAccountsOperationCompleted, userState);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: paraneye/WebService
 /// <remarks/>
 public void CreateCostAccountsAsync(CostAccount[] CreateCostAccounts1) {
     this.CreateCostAccountsAsync(CreateCostAccounts1, null);
 }