[This is preliminary documentation and is subject to change.]
Returns ordered registry of handlers
Namespace: NFX.Wave.HandlersAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
public IRegistry<WorkHandler> Handlers { get; }public IRegistry<WorkHandler> Handlers { get; }Public ReadOnly Property Handlers As IRegistry(Of WorkHandler)
Get
Public ReadOnly Property Handlers As IRegistry(Of WorkHandler)
Get
public:
property IRegistry<WorkHandler^>^ Handlers {
IRegistry<WorkHandler^>^ get ();
}public:
property IRegistry<WorkHandler^>^ Handlers {
IRegistry<WorkHandler^>^ get ();
}member Handlers : IRegistry<WorkHandler> with get
member Handlers : IRegistry<WorkHandler> with get
Property Value
Type:
IRegistry WorkHandler