Click or drag to resize
IMessageFormaterTFormat Method

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

Converts messages to IBasicMessages for a specific messageTypeId

Namespace: Netadmin.Management.Messaging
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<IBasicMessage> Format(
	IEnumerable<T> messages,
	long messageTypeId
)

Parameters

messages
Type: System.Collections.GenericIEnumerableT
A number of message sources that are to be formated
messageTypeId
Type: SystemInt64
The message type id to which to format them

Return Value

Type: IEnumerableIBasicMessage

[Missing <returns> documentation for "M:Netadmin.Management.Messaging.IMessageFormater`1.Format(System.Collections.Generic.IEnumerable{`0},System.Int64)"]

See Also