C# 클래스 DoubanSDK.UserAPI

파일 보기 프로젝트 열기: thankcreate/Care 1 사용 예제들

공개 메소드들

메소드 설명
GetFollowingUserList ( string id, GetFollowingUserListCompleteHandler handler ) : void
GetFollowingUserListInternal ( string id, int start, int count, GetFollowingUserListCompleteHandler handler ) : void
GetMyUserInfo ( GetUserInfoCompletedHandler handler ) : void

메소드 상세

GetFollowingUserList() 공개 메소드

public GetFollowingUserList ( string id, GetFollowingUserListCompleteHandler handler ) : void
id string
handler GetFollowingUserListCompleteHandler
리턴 void

GetFollowingUserListInternal() 공개 메소드

public GetFollowingUserListInternal ( string id, int start, int count, GetFollowingUserListCompleteHandler handler ) : void
id string
start int
count int
handler GetFollowingUserListCompleteHandler
리턴 void

GetMyUserInfo() 공개 메소드

public GetMyUserInfo ( GetUserInfoCompletedHandler handler ) : void
handler GetUserInfoCompletedHandler
리턴 void