Diffusion .NET Classic API - Core and Common  5.9.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
PushTechnology.DiffusionCore.Messaging.Services.ITimedMessageSender Interface Reference

The interface responsible for timed message sending. More...

Public Member Functions

void ApiDoSendMessage (ITopicMessage message)
 Delegates the API to perform the message sending. More...
 
void ApiSendFetchMessage (FetchMessage message)
 Delegates the API to perform the sending of a Fetch message. More...
 

Detailed Description

The interface responsible for timed message sending.

Member Function Documentation

void PushTechnology.DiffusionCore.Messaging.Services.ITimedMessageSender.ApiDoSendMessage ( ITopicMessage  message)

Delegates the API to perform the message sending.

Parameters
message
void PushTechnology.DiffusionCore.Messaging.Services.ITimedMessageSender.ApiSendFetchMessage ( FetchMessage  message)

Delegates the API to perform the sending of a Fetch message.

Parameters
message