C# 클래스 NGitHub.Services.OrganizationService

상속: IOrganizationService
파일 보기 프로젝트 열기: akilb/NGitHub

공개 메소드들

메소드 설명
GetMembersAsync ( string organization, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetOrganizationsAsync ( string user, Action callback, Action onError ) : GitHubRequestAsyncHandle
OrganizationService ( IGitHubClient gitHubClient ) : System

메소드 상세

GetMembersAsync() 공개 메소드

public GetMembersAsync ( string organization, Action callback, Action onError ) : GitHubRequestAsyncHandle
organization string
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

GetOrganizationsAsync() 공개 메소드

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

OrganizationService() 공개 메소드

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