Show / Hide Table of Contents

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 Source

Create(String)

Declaration
TCommand Create(string cronExpression)
Parameters
Type Name Description
System.String cronExpression
Returns
Type Description
TCommand

Extension Methods

OpenApiFluentValidationHelper.IsNumeric(Object)
OpenApiFluentValidationHelper.NumericToInt(Object)
OpenApiFluentValidationHelper.NumericToDouble(Object)
OpenApiFluentValidationHelper.NumericToDecimal(Object)
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall