Method | Description | |
---|---|---|
Activate ( ) : void | ||
Configure ( string queue, string targetTypeFullName, string targetMethodName, string targetArgument, string>.IDictionary |
||
Deactivate ( ) : void | ||
Execute ( bool force = false ) : void | ||
GetLastExecution ( ) : DateTime? | ||
GetNextExecution ( ) : DateTime? | ||
Trigger ( ) : System |
Method | Description | |
---|---|---|
EnqueueJob ( ) : bool | ||
ExecuteNow ( System.DateTime lastExecution, bool force = false ) : void | ||
GetNextExecution ( System.DateTime lastExecution ) : DateTime? | ||
GetRedisKey ( string suffixFormat = null ) : string | ||
GetRedisKeyForTrigger ( string triggerName, string suffixFormat = null ) : string | ||
OnActivate ( ) : void | ||
OnDeactivate ( ) : void |
public Configure ( string queue, string targetTypeFullName, string targetMethodName, string targetArgument, string>.IDictionary |
||
queue | string | |
targetTypeFullName | string | |
targetMethodName | string | |
targetArgument | string | |
settings | string>.IDictionary | |
return | void |
protected ExecuteNow ( System.DateTime lastExecution, bool force = false ) : void | ||
lastExecution | System.DateTime | |
force | bool | |
return | void |
protected GetNextExecution ( System.DateTime lastExecution ) : DateTime? | ||
lastExecution | System.DateTime | |
return | DateTime? |
protected GetRedisKey ( string suffixFormat = null ) : string | ||
suffixFormat | string | |
return | string |
protected GetRedisKeyForTrigger ( string triggerName, string suffixFormat = null ) : string | ||
triggerName | string | |
suffixFormat | string | |
return | string |