C# Класс DoubanSDK.UserAPI

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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