Click or drag to resize
IMessagingManagerSendPreFormattedMessage Method (IEnumerableIBasicMessage, Int64, NullableGuid)

[This is preliminary documentation and is subject to change.]

Sends a pre-formated message

Namespace: Netadmin.Management.Messaging
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void SendPreFormattedMessage(
	IEnumerable<IBasicMessage> messages,
	long messageTypeId,
	Nullable<Guid> reference = null
)

Parameters

messages
Type: System.Collections.GenericIEnumerableIBasicMessage
Pre-formated messages
messageTypeId
Type: SystemInt64
The message type id to send on
reference (Optional)
Type: SystemNullableGuid
Optional Guid for tracking
See Also