Exemplo n.º 1
0
 /// <remarks/>
 public void GetAccountGroupPicturesAsync(string ticket, int groupid, ServiceQueryOptions options) {
     this.GetAccountGroupPicturesAsync(ticket, groupid, options, null);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void GetAccountGroupPicturesAsync(string ticket, int groupid, ServiceQueryOptions options, object userState) {
     if ((this.GetAccountGroupPicturesOperationCompleted == null)) {
         this.GetAccountGroupPicturesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAccountGroupPicturesOperationCompleted);
     }
     this.InvokeAsync("GetAccountGroupPictures", new object[] {
                 ticket,
                 groupid,
                 options}, this.GetAccountGroupPicturesOperationCompleted, userState);
 }
Exemplo n.º 3
0
 public TransitAccountGroupPicture[] GetAccountGroupPictures(string ticket, int groupid, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountGroupPictures", new object[] {
                 ticket,
                 groupid,
                 options});
     return ((TransitAccountGroupPicture[])(results[0]));
 }
Exemplo n.º 4
0
 /// <remarks/>
 public void GetPublicAccountGroupAccountsByAccountIdAsync(string ticket, int accountid, ServiceQueryOptions options) {
     this.GetPublicAccountGroupAccountsByAccountIdAsync(ticket, accountid, options, null);
 }
Exemplo n.º 5
0
 public TransitAccountGroupAccount[] GetPublicAccountGroupAccountsByAccountId(string ticket, int accountid, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetPublicAccountGroupAccountsByAccountId", new object[] {
                 ticket,
                 accountid,
                 options});
     return ((TransitAccountGroupAccount[])(results[0]));
 }
Exemplo n.º 6
0
 /// <remarks/>
 public void GetPublicAccountGroupsAsync(string ticket, ServiceQueryOptions options) {
     this.GetPublicAccountGroupsAsync(ticket, options, null);
 }
Exemplo n.º 7
0
 public TransitAccountGroup[] GetPublicAccountGroups(string ticket, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetPublicAccountGroups", new object[] {
                 ticket,
                 options});
     return ((TransitAccountGroup[])(results[0]));
 }