Click or drag to resize
IStateHandlerUnapply Method
Performs additional actions when unapplying 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 Unapply(
	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