IMessengerConfiguration Interface Members
In This Topic
The following tables list the members exposed by IMessengerConfiguration.
Public Properties
| | Name | Description |
 | Enabled | When false, the messenger is disabled even if otherwise configured. |
 | ForceSynchronous | When true, the messenger will treat all write requests as write-through requests. |
 | MaxQueueLength | The maximum number of queued messages waiting to be processed by the messenger |
 | MessengerTypeName | The fully qualified name of the class that implements IMessenger for this messenger |
Top
See Also