C# Класс BoxKite.Twitter.SearchStreamExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

StartSearchStream() публичный статический Метод

public static StartSearchStream ( this session, IEnumerable track = null, IEnumerable follow = null, IEnumerable locations = null ) : ISearchStream
session this
track IEnumerable
follow IEnumerable
locations IEnumerable
Результат ISearchStream

StartSearchStream() публичный статический Метод

public static StartSearchStream ( this session, string track = null, string follow = null, string locations = null ) : ISearchStream
session this
track string
follow string
locations string
Результат ISearchStream