Interface ITimerCommandFactory<TCommand>
Namespace: FunctionMonkey.Abstractions
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public interface ITimerCommandFactory<out TCommand>
Type Parameters
| Name | Description |
|---|---|
| TCommand |
Methods
| Improve this Doc View SourceCreate(String)
Declaration
TCommand Create(string cronExpression)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | cronExpression |
Returns
| Type | Description |
|---|---|
| TCommand |