C# 클래스 NGitHub.Services.UserService

상속: IUserService
파일 보기 프로젝트 열기: akilb/NGitHub 1 사용 예제들

공개 메소드들

메소드 설명
FollowAsync ( string user, System.Action callback, Action onError ) : GitHubRequestAsyncHandle
GetAuthenticatedUserAsync ( Action callback, Action onError ) : GitHubRequestAsyncHandle
GetFollowersAsync ( string user, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetFollowingAsync ( string user, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetUserAsync ( string user, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetWatchersAsync ( string user, string repo, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
IsFollowingAsync ( string user, Action callback, Action onError ) : GitHubRequestAsyncHandle
UnfollowAsync ( string user, System.Action callback, Action onError ) : GitHubRequestAsyncHandle
UserService ( IGitHubClient gitHubClient ) : System

메소드 상세

FollowAsync() 공개 메소드

public FollowAsync ( string user, System.Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
callback System.Action
onError Action
리턴 GitHubRequestAsyncHandle

GetAuthenticatedUserAsync() 공개 메소드

public GetAuthenticatedUserAsync ( Action callback, Action onError ) : GitHubRequestAsyncHandle
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

GetFollowersAsync() 공개 메소드

public GetFollowersAsync ( string user, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
page int
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

GetFollowingAsync() 공개 메소드

public GetFollowingAsync ( string user, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
page int
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

GetUserAsync() 공개 메소드

public GetUserAsync ( string user, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

GetWatchersAsync() 공개 메소드

public GetWatchersAsync ( string user, string repo, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
page int
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

IsFollowingAsync() 공개 메소드

public IsFollowingAsync ( string user, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

UnfollowAsync() 공개 메소드

public UnfollowAsync ( string user, System.Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
callback System.Action
onError Action
리턴 GitHubRequestAsyncHandle

UserService() 공개 메소드

public UserService ( IGitHubClient gitHubClient ) : System
gitHubClient IGitHubClient
리턴 System