메소드 | 설명 | |
---|---|---|
CountersAggregator ( |
Constructs Counter collection aggregator
|
|
Execute ( Hangfire.Server.BackgroundProcessContext context ) : void |
Runs aggregator
|
|
Execute ( |
Runs aggregator
|
|
ToString ( ) : string |
Returns text representation of the object
|
public CountersAggregator ( |
||
storage | MongoDB storage | |
interval | System.TimeSpan | Checking interval |
리턴 | System |
public Execute ( Hangfire.Server.BackgroundProcessContext context ) : void | ||
context | Hangfire.Server.BackgroundProcessContext | Background processing context |
리턴 | void |
public Execute ( |
||
cancellationToken | Cancellation token | |
리턴 | void |