Метод | Описание | |
---|---|---|
GetFollowingUserList ( string id, GetFollowingUserListCompleteHandler handler ) : void | ||
GetFollowingUserListInternal ( string id, int start, int count, GetFollowingUserListCompleteHandler handler ) : void | ||
GetMyUserInfo ( GetUserInfoCompletedHandler handler ) : void |
public GetFollowingUserList ( string id, GetFollowingUserListCompleteHandler handler ) : void | ||
id | string | |
handler | GetFollowingUserListCompleteHandler | |
Результат | void |
public GetFollowingUserListInternal ( string id, int start, int count, GetFollowingUserListCompleteHandler handler ) : void | ||
id | string | |
start | int | |
count | int | |
handler | GetFollowingUserListCompleteHandler | |
Результат | void |
public GetMyUserInfo ( GetUserInfoCompletedHandler handler ) : void | ||
handler | GetUserInfoCompletedHandler | |
Результат | void |