![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
The event arguments used with the message creator control. More...
Public Member Functions | |
MessageCreatorSendEventArgs (List< string > headers, string text, string customFieldText, MessageEncodingType encoding, int type, int count, int threads, bool ackRequired, long ackTimeout, bool prefixMessage, int messageFrequency) | |
Constructor. More... | |
Properties | |
List< string > | Headers [get, set] |
Get/set the message headers. More... | |
string | MessageText [get, set] |
Get/set the message text. More... | |
string | CustomFieldText [get, set] |
Get/set the custom field text. More... | |
MessageEncodingType | Encoding [get, set] |
Get/set the message encoding type. More... | |
int | MessageType [get, set] |
Get/set the message type. More... | |
int | MessageCount [get, set] |
Get/set the message count. More... | |
int | Threads [get, set] |
Get/set the number of threads to use when sending messages. More... | |
bool | AckRequired [get, set] |
Get/set whether acknowledgement is required. More... | |
long | AckTimeout [get, set] |
Get/set the acknowledgement timeout. More... | |
bool | PrefixMessage [get, set] |
Get/set whether to prefix a message with a number. More... | |
int | MessageFrequency [get, set] |
Get/set the frequency with which to send messages. More... | |
The event arguments used with the message creator control.
PushTechnology.DiffusionCore.Messaging.Services.MessageCreatorSendEventArgs.MessageCreatorSendEventArgs | ( | List< string > | headers, |
string | text, | ||
string | customFieldText, | ||
MessageEncodingType | encoding, | ||
int | type, | ||
int | count, | ||
int | threads, | ||
bool | ackRequired, | ||
long | ackTimeout, | ||
bool | prefixMessage, | ||
int | messageFrequency | ||
) |
Constructor.
headers | |
text | |
customFieldText | |
encoding | |
type | |
count | |
threads | |
ackRequired | |
ackTimeout | |
prefixMessage | |
messageFrequency |
|
getset |
Get/set whether acknowledgement is required.
|
getset |
Get/set the acknowledgement timeout.
|
getset |
Get/set the custom field text.
|
getset |
Get/set the message encoding type.
|
getset |
Get/set the message headers.
|
getset |
Get/set the message count.
|
getset |
Get/set the frequency with which to send messages.
|
getset |
Get/set the message text.
|
getset |
Get/set the message type.
|
getset |
Get/set whether to prefix a message with a number.
|
getset |
Get/set the number of threads to use when sending messages.