IMessagingManagerSendPreFormattedMessage Method (IBasicMessage, Int64, NullableGuid, RelatesToObjectType, Int64) |
[This is preliminary documentation and is subject to change.]
Sends a pre-formated message
Namespace: Netadmin.Management.MessagingAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxvoid SendPreFormattedMessage(
IBasicMessage message,
long messageTypeId,
Nullable<Guid> reference,
RelatesToObjectType objectType,
long objectId
)
Sub SendPreFormattedMessage (
message As IBasicMessage,
messageTypeId As Long,
reference As Nullable(Of Guid),
objectType As RelatesToObjectType,
objectId As Long
)
Parameters
- message
- Type: Netadmin.Management.Messaging.MessageTypesIBasicMessage
A pre-formated message - messageTypeId
- Type: SystemInt64
The message type id to send on - reference
- Type: SystemNullableGuid
Optional Guid for tracking - objectType
- Type: Netadmin.Management.MessagingRelatesToObjectType
Enum for relating the message to an objectype - objectId
- Type: SystemInt64
Object identifier for relating the message to a specific object
See Also