Table of Contents

Class CreateRaythaFunction.Handler

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

Parameters

request CreateRaythaFunction.Command

The request

cancellationToken CancellationToken

Cancellation token

Returns

Task<CommandResponseDto<ShortGuid>>

Response from the request