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

The send options builder. More...

Public Member Functions

ITopicSendOptionsBuilder SetPriority (SendOptionsPriority priority)
 Set the priority of content delivery. More...
 
ITopicSendOptionsBuilder SetHeaders (List< string > headers)
 Set headers to be sent with the content. More...
 
ITopicSendOptions Build ()
 Build the options. More...
 

Detailed Description

The send options builder.

Member Function Documentation

ITopicSendOptions PushTechnology.ClientInterface.Client.Types.ITopicSendOptionsBuilder.Build ( )

Build the options.

Returns
The options.
ITopicSendOptionsBuilder PushTechnology.ClientInterface.Client.Types.ITopicSendOptionsBuilder.SetHeaders ( List< string >  headers)

Set headers to be sent with the content.

If no headers are supplied then no headers will be sent with the content.

Parameters
headers
Returns
ITopicSendOptionsBuilder PushTechnology.ClientInterface.Client.Types.ITopicSendOptionsBuilder.SetPriority ( SendOptionsPriority  priority)

Set the priority of content delivery.

If not explictly specified then SendOptionsPriority.NORMAL will be assumed.

Parameters
priorityThe priority.
Returns
This builder.

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