Click or drag to resize
IStateHandlerApply Method
Performs additional actions when applying a state whose name is equal to the StateName property.

Namespace: Hangfire.States
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
void Apply(
	ApplyStateContext context,
	IWriteOnlyTransaction transaction
)

Parameters

context
Type: Hangfire.StatesApplyStateContext
The context of a state applying process.
transaction
Type: Hangfire.StorageIWriteOnlyTransaction
The current transaction of a state applying process.
See Also