Interface IActivityBehavior<TActivity>
Singleton application service contract for controlling the execution of activities.
Inherited Members
Namespace: Kephas.Workflow.Behaviors
Assembly: Kephas.Workflow.dll
Syntax
[SingletonAppServiceContract(AllowMultiple = true, ContractType = typeof(IActivityBehavior))]
public interface IActivityBehavior<TActivity> : IActivityBehavior where TActivity : IActivity
Type Parameters
Name | Description |
---|---|
TActivity | Type of the activity. |