[This is preliminary documentation and is subject to change.]
Represents a base for all work handlers. Handlers are final work execution destination
System Object NFX DisposableObject NFX.ApplicationModel ApplicationComponent NFX.Wave WorkHandler NFX.Wave.Handlers CompositeHandler NFX.Wave.Handlers ContextDumpHandler NFX.Wave.Handlers EmbeddedSiteHandler NFX.Wave.Handlers FileDownloadHandler NFX.Wave.Handlers NOPHandler NFX.Wave.Handlers TypeLookupHandler TTarget Namespace: NFX.WaveAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
public abstract class WorkHandler : ApplicationComponent,
INamed, IOrdered
public abstract class WorkHandler : ApplicationComponent,
INamed, IOrdered
Public MustInherit Class WorkHandler
Inherits ApplicationComponent
Implements INamed, IOrdered
Public MustInherit Class WorkHandler
Inherits ApplicationComponent
Implements INamed, IOrdered
public ref class WorkHandler abstract : public ApplicationComponent,
INamed, IOrdered
public ref class WorkHandler abstract : public ApplicationComponent,
INamed, IOrdered
[<AbstractClassAttribute>]
type WorkHandler =
class
inherit ApplicationComponent
interface INamed
interface IOrdered
end
[<AbstractClassAttribute>]
type WorkHandler =
class
inherit ApplicationComponent
interface INamed
interface IOrdered
end