C# Class Hangfire.Raven.StateHandlers.ProcessingStateHandler

Inheritance: IStateHandler
Afficher le fichier Open project: cady-io/hangfire-ravendb

Méthodes publiques

Méthode Description
Apply ( Hangfire.States.ApplyStateContext context, IWriteOnlyTransaction transaction ) : void
Unapply ( Hangfire.States.ApplyStateContext context, IWriteOnlyTransaction transaction ) : void

Method Details

Apply() public méthode

public Apply ( Hangfire.States.ApplyStateContext context, IWriteOnlyTransaction transaction ) : void
context Hangfire.States.ApplyStateContext
transaction IWriteOnlyTransaction
Résultat void

Unapply() public méthode

public Unapply ( Hangfire.States.ApplyStateContext context, IWriteOnlyTransaction transaction ) : void
context Hangfire.States.ApplyStateContext
transaction IWriteOnlyTransaction
Résultat void