C# 클래스 BoxKite.Twitter.SearchStreamExtensions

파일 보기 프로젝트 열기: nickhodge/BoxKite.Twitter

공개 메소드들

메소드 설명
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