Exemple #1
0
 /// <remarks/>
 public void ReadCostAccountPathAsync(ReadCostAccountPath ReadCostAccountPath1, object userState) {
     if ((this.ReadCostAccountPathOperationCompleted == null)) {
         this.ReadCostAccountPathOperationCompleted = new System.Threading.SendOrPostCallback(this.OnReadCostAccountPathOperationCompleted);
     }
     this.InvokeAsync("ReadCostAccountPath", new object[] {
                 ReadCostAccountPath1}, this.ReadCostAccountPathOperationCompleted, userState);
 }
Exemple #2
0
 /// <remarks/>
 public void ReadCostAccountPathAsync(ReadCostAccountPath ReadCostAccountPath1) {
     this.ReadCostAccountPathAsync(ReadCostAccountPath1, null);
 }