Interface EmbeddedSiteHandler.IAction
Represents an action that can be dispatched by a EmbeddedSiteHandler. The instance of this interface implementor is shared between requests (must be thread-safe)
Inherited Members
Namespace: NFX.Wave.Handlers
Assembly: NFX.Wave.dll
Syntax
public interface IAction : INamed
  Methods
Perform(WorkContext)
Performs the action - by performing action work
Declaration
void Perform(WorkContext context)
  Parameters
| Type | Name | Description | 
|---|---|---|
| WorkContext | context |