Method | Description | |
---|---|---|
ClientUsingFetch ( ) : PushTechnology.ClientInterface.Client.Factories | ||
Close ( ) : void |
Close the session.
|
|
Fetch ( string topicSelector, string fetchContext, IFetchContextStream |
Issues a fetch request for a topic or selection of topics.
|
public ClientUsingFetch ( ) : PushTechnology.ClientInterface.Client.Factories | ||
return | PushTechnology.ClientInterface.Client.Factories |
public Fetch ( string topicSelector, string fetchContext, IFetchContextStream |
||
topicSelector | string | A |
fetchContext | string | The context string to be returned with the fetch response(s). |
stream | IFetchContextStream |
The callback for fetch responses. |
return | void |