C# Class DoubanSDK.UserAPI

Afficher le fichier Open project: thankcreate/Care Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GetFollowingUserList ( string id, GetFollowingUserListCompleteHandler handler ) : void
id string
handler GetFollowingUserListCompleteHandler
Résultat void

GetFollowingUserListInternal() public méthode

public GetFollowingUserListInternal ( string id, int start, int count, GetFollowingUserListCompleteHandler handler ) : void
id string
start int
count int
handler GetFollowingUserListCompleteHandler
Résultat void

GetMyUserInfo() public méthode

public GetMyUserInfo ( GetUserInfoCompletedHandler handler ) : void
handler GetUserInfoCompletedHandler
Résultat void