C# Class DoubanSDK.UserAPI

Mostrar archivo Open project: thankcreate/Care Class Usage Examples

Public Methods

Method Description
GetFollowingUserList ( string id, GetFollowingUserListCompleteHandler handler ) : void
GetFollowingUserListInternal ( string id, int start, int count, GetFollowingUserListCompleteHandler handler ) : void
GetMyUserInfo ( GetUserInfoCompletedHandler handler ) : void

Method Details

GetFollowingUserList() public method

public GetFollowingUserList ( string id, GetFollowingUserListCompleteHandler handler ) : void
id string
handler GetFollowingUserListCompleteHandler
return void

GetFollowingUserListInternal() public method

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

GetMyUserInfo() public method

public GetMyUserInfo ( GetUserInfoCompletedHandler handler ) : void
handler GetUserInfoCompletedHandler
return void