Table of Contents

Class DeleteRaythaFunction.Handler

Namespace
Raytha.Application.RaythaFunctions.Commands
Assembly
Raytha.Application.dll
public class DeleteRaythaFunction.Handler : IRequestHandler<DeleteRaythaFunction.Command, CommandResponseDto<ShortGuid>>
Inheritance
DeleteRaythaFunction.Handler
Implements
IRequestHandler<DeleteRaythaFunction.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(DeleteRaythaFunction.Command request, CancellationToken cancellationToken)

Parameters

request DeleteRaythaFunction.Command

The request

cancellationToken CancellationToken

Cancellation token

Returns

Task<CommandResponseDto<ShortGuid>>

Response from the request