IMessageFormaterT Format 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
SyntaxIEnumerable <IBasicMessage > Format (
IEnumerable <T> messages ,
long messageTypeId
)Function Format (
messages As IEnumerable (Of T),
messageTypeId As Long
) As IEnumerable (Of IBasicMessage )Parameters messages Type: System.Collections.Generic IEnumerable T A number of message sources that are to be formated messageTypeId Type: System Int64 The message type id to which to format them Return Value Type:
IEnumerable IBasicMessage [Missing <returns> documentation for "M:Netadmin.Management.Messaging.IMessageFormater`1.Format(System.Collections.Generic.IEnumerable{`0},System.Int64)"]
See Also