AddFallbackStream< TValue >(IValueStream< TValue > stream) | PushTechnology.ClientInterface.Client.Features.ITopics | |
AddFallbackTopicStream(ITopicStream stream) | PushTechnology.ClientInterface.Client.Features.ITopics | |
AddStream< TValue >(ITopicSelector topics, IValueStream< TValue > stream) | PushTechnology.ClientInterface.Client.Features.ITopics | |
AddStream< TValue >(string topics, IValueStream< TValue > stream) | PushTechnology.ClientInterface.Client.Features.ITopics | |
AddTopicStream(ITopicSelector topics, ITopicStream stream) | PushTechnology.ClientInterface.Client.Features.ITopics | |
AddTopicStream(string topics, ITopicStream stream) | PushTechnology.ClientInterface.Client.Features.ITopics | |
Fetch(ITopicSelector topics, IFetchStream callback) | PushTechnology.ClientInterface.Client.Features.ITopics | |
Fetch(string topics, IFetchStream callback) | PushTechnology.ClientInterface.Client.Features.ITopics | |
Fetch< TContext >(ITopicSelector topics, TContext context, IFetchContextStream< TContext > callback) | PushTechnology.ClientInterface.Client.Features.ITopics | |
Fetch< TContext >(string topics, TContext context, IFetchContextStream< TContext > callback) | PushTechnology.ClientInterface.Client.Features.ITopics | |
GetTopicDetails(string topicPath, TopicDetailsLevel level, ITopicDetailsCallback callback) | PushTechnology.ClientInterface.Client.Features.ITopics | |
GetTopicDetails< TContext >(string topicPath, TopicDetailsLevel level, TContext context, ITopicDetailsContextCallback< TContext > callback) | PushTechnology.ClientInterface.Client.Features.ITopics | |
RemoveStream(Callbacks.IStream stream) | PushTechnology.ClientInterface.Client.Features.ITopics | |
RemoveTopicStream(ITopicStream stream) | PushTechnology.ClientInterface.Client.Features.ITopics | |
Session | PushTechnology.ClientInterface.Client.Features.IFeature | |
Subscribe(ITopicSelector topics, ITopicsCompletionCallback callback) | PushTechnology.ClientInterface.Client.Features.ITopics | |
Subscribe(string topics, ITopicsCompletionCallback callback) | PushTechnology.ClientInterface.Client.Features.ITopics | |
Subscribe< TContext >(ITopicSelector topics, TContext context, ITopicsCompletionContextCallback< TContext > callback) | PushTechnology.ClientInterface.Client.Features.ITopics | |
Subscribe< TContext >(string topics, TContext context, ITopicsCompletionContextCallback< TContext > callback) | PushTechnology.ClientInterface.Client.Features.ITopics | |
Unsubscribe(ITopicSelector topics, ITopicsCompletionCallback callback) | PushTechnology.ClientInterface.Client.Features.ITopics | |
Unsubscribe(string topics, ITopicsCompletionCallback callback) | PushTechnology.ClientInterface.Client.Features.ITopics | |
Unsubscribe< TContext >(ITopicSelector topics, TContext context, ITopicsCompletionContextCallback< TContext > callback) | PushTechnology.ClientInterface.Client.Features.ITopics | |
Unsubscribe< TContext >(string topics, TContext context, ITopicsCompletionContextCallback< TContext > callback) | PushTechnology.ClientInterface.Client.Features.ITopics | |