메소드 | 설명 | |
---|---|---|
LongPoller ( IBus bus, ILogger log, System.TimeSpan timeout, string pollerName, IInMemoryEventPublisher inMemoryPublisher ) : System | ||
PollSubscription ( string streamType, string url, string token, long fromVersion ) : void |
메소드 | 설명 | |
---|---|---|
CreateHttpClient ( string token ) : |
More info on credentials: http://stackoverflow.com/questions/14627399/setting-authorization-header-of-httpclient
|
|
PollFromHttp ( string streamType, string url, string token, long fromVersion ) : void | ||
PollInMemory ( string streamType, long fromVersion ) : void | ||
PublishPollResponse ( |
public LongPoller ( IBus bus, ILogger log, System.TimeSpan timeout, string pollerName, IInMemoryEventPublisher inMemoryPublisher ) : System | ||
bus | IBus | |
log | ILogger | |
timeout | System.TimeSpan | |
pollerName | string | |
inMemoryPublisher | IInMemoryEventPublisher | |
리턴 | System |
public PollSubscription ( string streamType, string url, string token, long fromVersion ) : void | ||
streamType | string | |
url | string | |
token | string | |
fromVersion | long | |
리턴 | void |