Click or drag to resize
IMessagingManagerGetTop100ReceiverName Method

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

Retrieves the first 100 distinct receiver names that start with a specific string

Namespace: Netadmin.Management.Messaging
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<string> GetTop100ReceiverName(
	string startsWith
)

Parameters

startsWith
Type: SystemString
The string to which receiver names are matched

Return Value

Type: IEnumerableString
A set of distinct message receiver names which include the specified input string
See Also