Table of Contents

Class RevertRaythaFunction.Handler

Namespace
Raytha.Application.RaythaFunctions.Commands
Assembly
Raytha.Application.dll
public class RevertRaythaFunction.Handler : IRequestHandler<RevertRaythaFunction.Command, CommandResponseDto<ShortGuid>>
Inheritance
RevertRaythaFunction.Handler
Implements
IRequestHandler<RevertRaythaFunction.Command, CommandResponseDto<ShortGuid>>
Inherited Members

Constructors

Handler(IRaythaDbContext)

public Handler(IRaythaDbContext db)

Parameters

db IRaythaDbContext

Methods

Handle(Command, CancellationToken)

Handles a request

public Task<CommandResponseDto<ShortGuid>> Handle(RevertRaythaFunction.Command request, CancellationToken cancellationToken)

Parameters

request RevertRaythaFunction.Command

The request

cancellationToken CancellationToken

Cancellation token

Returns

Task<CommandResponseDto<ShortGuid>>

Response from the request