C# Class Hangfire.Raven.StateHandlers.DeletedStateHandler
Mostrar archivo
Open project: cady-io/hangfire-ravendb
Public Methods
Method |
Description |
|
Apply ( Hangfire.States.ApplyStateContext context, IWriteOnlyTransaction transaction ) : void |
|
|
Unapply ( Hangfire.States.ApplyStateContext context, IWriteOnlyTransaction transaction ) : void |
|
|
Method Details
public Apply ( Hangfire.States.ApplyStateContext context, IWriteOnlyTransaction transaction ) : void |
context |
Hangfire.States.ApplyStateContext |
|
transaction |
IWriteOnlyTransaction |
|
return |
void |
|
public Unapply ( Hangfire.States.ApplyStateContext context, IWriteOnlyTransaction transaction ) : void |
context |
Hangfire.States.ApplyStateContext |
|
transaction |
IWriteOnlyTransaction |
|
return |
void |
|