Exemple #1
0
 /// <remarks/>
 public void CreateOrUpdateRefererAccountAsync(string ticket, TransitRefererAccount refererhostaccount) {
     this.CreateOrUpdateRefererAccountAsync(ticket, refererhostaccount, null);
 }
Exemple #2
0
 /// <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);
 }
Exemple #3
0
 public int CreateOrUpdateRefererAccount(string ticket, TransitRefererAccount refererhostaccount) {
     object[] results = this.Invoke("CreateOrUpdateRefererAccount", new object[] {
                 ticket,
                 refererhostaccount});
     return ((int)(results[0]));
 }