Interface IHasCommandType
implement this interface on your job storage record if you'd like to persist the full type name of the command class which is associated with the storage record. you don't need to set the value yourself as it will be automatically set by the system.
Namespace: FastEndpoints
Assembly: FastEndpoints.dll
Syntax
public interface IHasCommandType
Properties
CommandType
Declaration
string CommandType { get; set; }
Property Value
Type | Description |
---|---|
string |