C# Class BoxKite.Twitter.SearchStreamExtensions

Afficher le fichier Open project: nickhodge/BoxKite.Twitter

Méthodes publiques

Méthode Description
StartSearchStream ( this session, IEnumerable track = null, IEnumerable follow = null, IEnumerable locations = null ) : ISearchStream
StartSearchStream ( this session, string track = null, string follow = null, string locations = null ) : ISearchStream

Method Details

StartSearchStream() public static méthode

public static StartSearchStream ( this session, IEnumerable track = null, IEnumerable follow = null, IEnumerable locations = null ) : ISearchStream
session this
track IEnumerable
follow IEnumerable
locations IEnumerable
Résultat ISearchStream

StartSearchStream() public static méthode

public static StartSearchStream ( this session, string track = null, string follow = null, string locations = null ) : ISearchStream
session this
track string
follow string
locations string
Résultat ISearchStream