/// <remarks/> public void CreateOrUpdateRefererAccountAsync(string ticket, TransitRefererAccount refererhostaccount) { this.CreateOrUpdateRefererAccountAsync(ticket, refererhostaccount, null); }
/// <remarks/> public void CreateOrUpdateRefererAccountAsync(string ticket, TransitRefererAccount refererhostaccount, object userState) { if ((this.CreateOrUpdateRefererAccountOperationCompleted == null)) { this.CreateOrUpdateRefererAccountOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateOrUpdateRefererAccountOperationCompleted); } this.InvokeAsync("CreateOrUpdateRefererAccount", new object[] { ticket, refererhostaccount}, this.CreateOrUpdateRefererAccountOperationCompleted, userState); }
public int CreateOrUpdateRefererAccount(string ticket, TransitRefererAccount refererhostaccount) { object[] results = this.Invoke("CreateOrUpdateRefererAccount", new object[] { ticket, refererhostaccount}); return ((int)(results[0])); }