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.MessagingAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIEnumerable<string> GetTop100ReceiverName(
string startsWith
)
Function GetTop100ReceiverName (
startsWith As String
) As IEnumerable(Of String)
Parameters
- startsWith
- Type: SystemString
The string to which receiver names are matched
Return Value
Type:
IEnumerableStringA set of distinct message receiver names which include the specified input string
See Also