Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.Control.Topics.IMessagingControl Member List

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
AddRequestHandlerAsync< TRequest, TResponse >(string path, IRequestHandler< TRequest, TResponse > handler, CancellationToken cancellationToken, params string[] sessionProperties)PushTechnology.ClientInterface.Client.Features.Control.Topics.IMessagingControl
AddRequestHandlerAsync< TRequest, TResponse >(string path, IRequestHandler< TRequest, TResponse > handler, params string[] sessionProperties)PushTechnology.ClientInterface.Client.Features.Control.Topics.IMessagingControl
CreateSendOptionsBuilder()PushTechnology.ClientInterface.Client.Types.ISendOptionsBuilderFactory
Send(ISessionId sessionId, string topicPath, IBytes message, ITopicSendOptions options, ISendCallback callback)PushTechnology.ClientInterface.Client.Features.Control.Topics.IMessagingControl
Send(ISessionId sessionId, string topicPath, IBytes message, ISendCallback callback)PushTechnology.ClientInterface.Client.Features.Control.Topics.IMessagingControl
Send(ISessionId sessionId, string topicPath, string message, ISendCallback callback)PushTechnology.ClientInterface.Client.Features.Control.Topics.IMessagingControl
Send< TContext >(ISessionId sessionId, string topicPath, IBytes message, ITopicSendOptions options, TContext context, ISendContextCallback< TContext > callback)PushTechnology.ClientInterface.Client.Features.Control.Topics.IMessagingControl
Send< TContext >(ISessionId sessionId, string topicPath, IBytes message, TContext context, ISendContextCallback< TContext > callback)PushTechnology.ClientInterface.Client.Features.Control.Topics.IMessagingControl
Send< TContext >(ISessionId sessionId, string topicPath, string message, TContext context, ISendContextCallback< TContext > callback)PushTechnology.ClientInterface.Client.Features.Control.Topics.IMessagingControl
SendRequestAsync< TRequest, TResponse >(ISessionId sessionId, string path, TRequest request, CancellationToken cancellationToken)PushTechnology.ClientInterface.Client.Features.Control.Topics.IMessagingControl
SendRequestAsync< TRequest, TResponse >(ISessionId sessionId, string path, TRequest request)PushTechnology.ClientInterface.Client.Features.Control.Topics.IMessagingControl
SendRequestToFilterAsync< TRequest, TResponse >(string filter, string path, TRequest request, IFilteredRequestCallback< TResponse > callback, CancellationToken cancellationToken)PushTechnology.ClientInterface.Client.Features.Control.Topics.IMessagingControl
SendRequestToFilterAsync< TRequest, TResponse >(string filter, string path, TRequest request, IFilteredRequestCallback< TResponse > 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
SessionPushTechnology.ClientInterface.Client.Features.IFeature