Exemple #1
0
 /// <remarks/>
 public void CreateOrUpdateAccountGroupAccountInvitationAsync(string ticket, TransitAccountGroupAccountInvitation t_instance) {
     this.CreateOrUpdateAccountGroupAccountInvitationAsync(ticket, t_instance, null);
 }
Exemple #2
0
 /// <remarks/>
 public void CreateOrUpdateAccountGroupAccountInvitationAsync(string ticket, TransitAccountGroupAccountInvitation t_instance, object userState) {
     if ((this.CreateOrUpdateAccountGroupAccountInvitationOperationCompleted == null)) {
         this.CreateOrUpdateAccountGroupAccountInvitationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateOrUpdateAccountGroupAccountInvitationOperationCompleted);
     }
     this.InvokeAsync("CreateOrUpdateAccountGroupAccountInvitation", new object[] {
                 ticket,
                 t_instance}, this.CreateOrUpdateAccountGroupAccountInvitationOperationCompleted, userState);
 }
Exemple #3
0
 public int CreateOrUpdateAccountGroupAccountInvitation(string ticket, TransitAccountGroupAccountInvitation t_instance) {
     object[] results = this.Invoke("CreateOrUpdateAccountGroupAccountInvitation", new object[] {
                 ticket,
                 t_instance});
     return ((int)(results[0]));
 }