C# 클래스 SharedLibrary.Chapter4.TwitterClient

파일 보기 프로젝트 열기: gshackles/MobileDevelopmentInCSharpBook 1 사용 예제들

공개 메소드들

메소드 설명
GetTweetsForUser ( string user, Action callback ) : void
TwitterClient ( ) : System

메소드 상세

GetTweetsForUser() 공개 메소드

public GetTweetsForUser ( string user, Action callback ) : void
user string
callback Action
리턴 void

TwitterClient() 공개 메소드

public TwitterClient ( ) : System
리턴 System