C# Class ReactiveTheMilk.RtmClient

Inheritance: RtmBase
Afficher le fichier Open project: masaru-b-cl/ReactiveTheMilk Class Usage Examples

Private Properties

Свойство Type Description
GetRtmResponse IObservable

Méthodes publiques

Méthode Description
GetLists ( ) : IObservable

Retrieves a list of lists.

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

Private Methods

Méthode Description
GetRtmResponse ( string method ) : IObservable

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

Method Details

GetLists() public méthode

Retrieves a list of lists.
public GetLists ( ) : IObservable
Résultat IObservable

RtmClient() public méthode

public RtmClient ( string apiKey, string secret, string token ) : System
apiKey string
secret string
token string
Résultat System