[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> MsgInspectors { get; }
public OrderedRegistry<IServerMsgInspector> MsgInspectors { get; }
Public ReadOnly Property MsgInspectors As OrderedRegistry(Of IServerMsgInspector)
Get
Public ReadOnly Property MsgInspectors As OrderedRegistry(Of IServerMsgInspector)
Get
public:
property OrderedRegistry<IServerMsgInspector^>^ MsgInspectors {
OrderedRegistry<IServerMsgInspector^>^ get ();
}
public:
property OrderedRegistry<IServerMsgInspector^>^ MsgInspectors {
OrderedRegistry<IServerMsgInspector^>^ get ();
}
member MsgInspectors : OrderedRegistry<IServerMsgInspector> with get
member MsgInspectors : OrderedRegistry<IServerMsgInspector> with get
Property Value
Type:
OrderedRegistry IServerMsgInspector