Interface ITrackableJob<TResult>
interface for a trackable job that returns a TResult
Inherited Members
Namespace: FastEndpoints
Assembly: FastEndpoints.Messaging.Core.dll
Syntax
public interface ITrackableJob<out TResult> : ICommand<TResult>, ICommandBase, IHasTrackingID where TResult : IJobResult
Type Parameters
Name | Description |
---|---|
TResult | the type of the result |