Click or drag to resize
IIncomingMessagingManagerGetPossibleRetrieverConfiguration Method

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

Retrieves possible configuration for specified plugin

Namespace: Netadmin.Management.Messaging.Incoming
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IReadOnlyDictionary<string, Type> GetPossibleRetrieverConfiguration(
	string identifyingName
)

Parameters

identifyingName
Type: SystemString
The unique name for the plugin

Return Value

Type: IReadOnlyDictionaryString, Type
A dictionary of name-type of configuration parameters
Exceptions
ExceptionCondition
UnknownPluginExceptionThrown when identifyingName is unknown
See Also