[This is preliminary documentation and is subject to change.]
Returns the handler that this filter works under. May be null if the filter works under dispatcher
Namespace: NFX.WaveAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
public WorkHandler Handler { get; }
public WorkHandler Handler { get; }
Public ReadOnly Property Handler As WorkHandler
Get
Public ReadOnly Property Handler As WorkHandler
Get
public:
property WorkHandler^ Handler {
WorkHandler^ get ();
}
public:
property WorkHandler^ Handler {
WorkHandler^ get ();
}
member Handler : WorkHandler with get
member Handler : WorkHandler with get
Property Value
Type:
WorkHandler