C# 클래스 ReactiveTheMilk.RtmClient

상속: RtmBase
파일 보기 프로젝트 열기: masaru-b-cl/ReactiveTheMilk 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetRtmResponse IObservable

공개 메소드들

메소드 설명
GetLists ( ) : IObservable

Retrieves a list of lists.

RtmClient ( string apiKey, string secret, string token ) : System

비공개 메소드들

메소드 설명
GetRtmResponse ( string method ) : IObservable

method、パラメーターを指定してRTM APIレスポンス取得

메소드 상세

GetLists() 공개 메소드

Retrieves a list of lists.
public GetLists ( ) : IObservable
리턴 IObservable

RtmClient() 공개 메소드

public RtmClient ( string apiKey, string secret, string token ) : System
apiKey string
secret string
token string
리턴 System