/// <remarks/> public void CreateOrUpdateAccountQuotaAsync(string ticket, TransitAccountQuota quota) { this.CreateOrUpdateAccountQuotaAsync(ticket, quota, null); }
/// <remarks/> public void CreateOrUpdateAccountQuotaAsync(string ticket, TransitAccountQuota quota, object userState) { if ((this.CreateOrUpdateAccountQuotaOperationCompleted == null)) { this.CreateOrUpdateAccountQuotaOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateOrUpdateAccountQuotaOperationCompleted); } this.InvokeAsync("CreateOrUpdateAccountQuota", new object[] { ticket, quota}, this.CreateOrUpdateAccountQuotaOperationCompleted, userState); }
public int CreateOrUpdateAccountQuota(string ticket, TransitAccountQuota quota) { object[] results = this.Invoke("CreateOrUpdateAccountQuota", new object[] { ticket, quota}); return ((int)(results[0])); }