Table of Contents

Class RemoveJobOnCompleteHandler

Namespace
JobFlow.Core.Jobs
Assembly
JobFlow.Core.dll
public class RemoveJobOnCompleteHandler : IEventHandler<JobCompleteEventData>
Inheritance
RemoveJobOnCompleteHandler
Implements
Extension Methods

Constructors

RemoveJobOnCompleteHandler(IAsyncCommand<RemoveJobData>)

public RemoveJobOnCompleteHandler(IAsyncCommand<RemoveJobData> removeJobCommand)

Parameters

removeJobCommand IAsyncCommand<RemoveJobData>

Methods

HandleAsync<S>(S, JobCompleteEventData)

Handle the incoming event.

public Task HandleAsync<S>(S sender, JobCompleteEventData data)

Parameters

sender S

Class which raised the event.

data JobCompleteEventData

Event data.

Returns

Task

Type Parameters

S