Method WithName
WithName<TDescription>(TDescription, string)
Provides a name for the generated job. This can be viewed in the profiler.
Declaration
public static TDescription WithName<TDescription>(this TDescription description, string name) where TDescription : ILambdaJobDescription
Parameters
| Type | Name | Description |
|---|---|---|
| TDescription | description | The target object |
| string | name | Name for the generated job |
Returns
| Type | Description |
|---|---|
| TDescription | The target object, suitable for chaining multiple methods |
Type Parameters
| Name | Description |
|---|---|
| TDescription | Type of target object |