Method Run
Run<TDescription>(TDescription)
Runs the generated job immediately on the current thread.
Declaration
public static void Run<TDescription>(this TDescription description) where TDescription : ILambdaSingleJobExecutionDescription
Parameters
Type | Name | Description |
---|---|---|
TDescription | description | The target object |
Type Parameters
Name | Description |
---|---|
TDescription | Type of target object |