![]() |
Diffusion .NET API
5.9.4
|
This is the complete list of members for PushTechnology.ClientInterface.Client.Features.Control.Topics.IMessagingControl, including all inherited members.
AddMessageHandler(string topicPath, IMessageHandler handler, params string[] sessionProperties) | PushTechnology.ClientInterface.Client.Features.Control.Topics.IMessagingControl | |
CreateSendOptionsBuilder() | PushTechnology.ClientInterface.Client.Types.ISendOptionsBuilderFactory | |
Send(SessionId sessionId, string topicPath, IBytes message, ITopicSendOptions options, ISendCallback callback) | PushTechnology.ClientInterface.Client.Features.Control.Topics.IMessagingControl | |
Send(SessionId sessionId, string topicPath, IBytes message, ISendCallback callback) | PushTechnology.ClientInterface.Client.Features.Control.Topics.IMessagingControl | |
Send(SessionId sessionId, string topicPath, string message, ISendCallback callback) | PushTechnology.ClientInterface.Client.Features.Control.Topics.IMessagingControl | |
Send< TContext >(SessionId sessionId, string topicPath, IBytes message, ITopicSendOptions options, TContext context, ISendContextCallback< TContext > callback) | PushTechnology.ClientInterface.Client.Features.Control.Topics.IMessagingControl | |
Send< TContext >(SessionId sessionId, string topicPath, IBytes message, TContext context, ISendContextCallback< TContext > callback) | PushTechnology.ClientInterface.Client.Features.Control.Topics.IMessagingControl | |
Send< TContext >(SessionId sessionId, string topicPath, string message, TContext context, ISendContextCallback< TContext > callback) | PushTechnology.ClientInterface.Client.Features.Control.Topics.IMessagingControl | |
SendToFilter(string filter, string topicPath, IBytes message, ITopicSendOptions options, ISendToFilterCallback callback) | PushTechnology.ClientInterface.Client.Features.Control.Topics.IMessagingControl | |
SendToFilter(string filter, string topicPath, IBytes message, ISendToFilterCallback callback) | PushTechnology.ClientInterface.Client.Features.Control.Topics.IMessagingControl | |
SendToFilter(string filter, string topicPath, string message, ISendToFilterCallback callback) | PushTechnology.ClientInterface.Client.Features.Control.Topics.IMessagingControl | |
SendToFilter< TContext >(string filter, string topicPath, IBytes message, ITopicSendOptions options, TContext context, ISendToFilterContextCallback< TContext > callback) | PushTechnology.ClientInterface.Client.Features.Control.Topics.IMessagingControl | |
SendToFilter< TContext >(string filter, string topicPath, IBytes message, TContext context, ISendToFilterContextCallback< TContext > callback) | PushTechnology.ClientInterface.Client.Features.Control.Topics.IMessagingControl | |
SendToFilter< TContext >(string filter, string topicPath, string message, TContext context, ISendToFilterContextCallback< TContext > callback) | PushTechnology.ClientInterface.Client.Features.Control.Topics.IMessagingControl | |
Session | PushTechnology.ClientInterface.Client.Features.IFeature |