Click or drag to resize
IMessagingManagerReplaceMessageFormatterBindings Method

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

Replace all Formater bonds for a specific message type with a new set of bonds

Namespace: Netadmin.Management.Messaging
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void ReplaceMessageFormatterBindings(
	long messageTypeId,
	IEnumerable<IMessageFormaterBinding> bindings
)

Parameters

messageTypeId
Type: SystemInt64

[Missing <param name="messageTypeId"/> documentation for "M:Netadmin.Management.Messaging.IMessagingManager.ReplaceMessageFormatterBindings(System.Int64,System.Collections.Generic.IEnumerable{Netadmin.Management.Messaging.Dto.IMessageFormaterBinding})"]

bindings
Type: System.Collections.GenericIEnumerableIMessageFormaterBinding

[Missing <param name="bindings"/> documentation for "M:Netadmin.Management.Messaging.IMessagingManager.ReplaceMessageFormatterBindings(System.Int64,System.Collections.Generic.IEnumerable{Netadmin.Management.Messaging.Dto.IMessageFormaterBinding})"]

See Also