예제 #1
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <remarks/>
 public void GetAccountAuditEntriesByAccountIdAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetAccountAuditEntriesByAccountIdAsync(ticket, id, options, null);
 }
예제 #2
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <remarks/>
 public void GetAccountAuditEntriesByAccountIdAsync(string ticket, int id, ServiceQueryOptions options, object userState) {
     if ((this.GetAccountAuditEntriesByAccountIdOperationCompleted == null)) {
         this.GetAccountAuditEntriesByAccountIdOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAccountAuditEntriesByAccountIdOperationCompleted);
     }
     this.InvokeAsync("GetAccountAuditEntriesByAccountId", new object[] {
                 ticket,
                 id,
                 options}, this.GetAccountAuditEntriesByAccountIdOperationCompleted, userState);
 }
예제 #3
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <remarks/>
 public void GetAccountFriendsAsync(string ticket, TransitAccountFriendQueryOptions qopt, ServiceQueryOptions options, object userState) {
     if ((this.GetAccountFriendsOperationCompleted == null)) {
         this.GetAccountFriendsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAccountFriendsOperationCompleted);
     }
     this.InvokeAsync("GetAccountFriends", new object[] {
                 ticket,
                 qopt,
                 options}, this.GetAccountFriendsOperationCompleted, userState);
 }
예제 #4
0
파일: Reference.cs 프로젝트: dblock/sncore
 public TransitAccountAuditEntry[] GetAccountAuditEntriesByAccountId(string ticket, int id, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountAuditEntriesByAccountId", new object[] {
                 ticket,
                 id,
                 options});
     return ((TransitAccountAuditEntry[])(results[0]));
 }
예제 #5
0
파일: Reference.cs 프로젝트: dblock/sncore
 public TransitAccountFriend[] GetAccountFriends(string ticket, TransitAccountFriendQueryOptions qopt, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountFriends", new object[] {
                 ticket,
                 qopt,
                 options});
     return ((TransitAccountFriend[])(results[0]));
 }
예제 #6
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <remarks/>
 public void GetAccountFriendsAsync(string ticket, TransitAccountFriendQueryOptions qopt, ServiceQueryOptions options) {
     this.GetAccountFriendsAsync(ticket, qopt, options, null);
 }
예제 #7
0
파일: Reference.cs 프로젝트: dblock/sncore
 public TransitAccountFriendRequest[] GetAccountFriendRequests(string ticket, int id, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountFriendRequests", new object[] {
                 ticket,
                 id,
                 options});
     return ((TransitAccountFriendRequest[])(results[0]));
 }
예제 #8
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <remarks/>
 public void GetAccountFriendRequestsAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetAccountFriendRequestsAsync(ticket, id, options, null);
 }
예제 #9
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <remarks/>
 public void GetFriendsAccountActivityAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetFriendsAccountActivityAsync(ticket, id, options, null);
 }
예제 #10
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <remarks/>
 public void GetAccountActivityAsync(string ticket, AccountActivityQueryOptions queryoptions, ServiceQueryOptions options, object userState) {
     if ((this.GetAccountActivityOperationCompleted == null)) {
         this.GetAccountActivityOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAccountActivityOperationCompleted);
     }
     this.InvokeAsync("GetAccountActivity", new object[] {
                 ticket,
                 queryoptions,
                 options}, this.GetAccountActivityOperationCompleted, userState);
 }
예제 #11
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <remarks/>
 public void GetAccountActivityAsync(string ticket, AccountActivityQueryOptions queryoptions, ServiceQueryOptions options) {
     this.GetAccountActivityAsync(ticket, queryoptions, options, null);
 }
예제 #12
0
파일: Reference.cs 프로젝트: dblock/sncore
 public TransitAccountActivity[] GetAccountActivity(string ticket, AccountActivityQueryOptions queryoptions, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountActivity", new object[] {
                 ticket,
                 queryoptions,
                 options});
     return ((TransitAccountActivity[])(results[0]));
 }
예제 #13
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <remarks/>
 public void GetActiveAccountsAsync(string ticket, ServiceQueryOptions options) {
     this.GetActiveAccountsAsync(ticket, options, null);
 }