Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Types.ITopicSendOptions Interface Reference

Options associated with sending content. More...

Properties

SendOptionsPriority Priority [get]
 Returns the send priority. More...
 
ReadOnlyCollection< string > HeadersList [get]
 Returns the headers. If there are no headers then an empty list will be returned. This will never return null. More...
 

Detailed Description

Options associated with sending content.

Content may be sent as part of messages sent using the IMessaging or IMessagingControl features.

These options are created using a SendOptionsImplBuilder which can be obtained from a ISendOptionsBuilderFactory. Both of the above features implmement this factory interface.

Property Documentation

ReadOnlyCollection<string> PushTechnology.ClientInterface.Client.Types.ITopicSendOptions.HeadersList
get

Returns the headers. If there are no headers then an empty list will be returned. This will never return null.

SendOptionsPriority PushTechnology.ClientInterface.Client.Types.ITopicSendOptions.Priority
get

Returns the send priority.


The documentation for this interface was generated from the following file: