[This is preliminary documentation and is subject to change.]
Returns server message inspectors for this instance
Namespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public OrderedRegistry<IServerMsgInspector> ServerMsgInspectors { get; }public OrderedRegistry<IServerMsgInspector> ServerMsgInspectors { get; }Public ReadOnly Property ServerMsgInspectors As OrderedRegistry(Of IServerMsgInspector)
Get
Public ReadOnly Property ServerMsgInspectors As OrderedRegistry(Of IServerMsgInspector)
Get
public:
property OrderedRegistry<IServerMsgInspector^>^ ServerMsgInspectors {
OrderedRegistry<IServerMsgInspector^>^ get ();
}public:
property OrderedRegistry<IServerMsgInspector^>^ ServerMsgInspectors {
OrderedRegistry<IServerMsgInspector^>^ get ();
}member ServerMsgInspectors : OrderedRegistry<IServerMsgInspector> with get
member ServerMsgInspectors : OrderedRegistry<IServerMsgInspector> with get
Property Value
Type:
OrderedRegistry IServerMsgInspector