Table of Contents

Class DiscardDraftContentItem.Handler

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

Constructors

Handler(IRaythaDbContext, IContentTypeInRoutePath)

public Handler(IRaythaDbContext db, IContentTypeInRoutePath contentTypeInRoutePath)

Parameters

db IRaythaDbContext
contentTypeInRoutePath IContentTypeInRoutePath

Methods

Handle(Command, CancellationToken)

Handles a request

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

Parameters

request DiscardDraftContentItem.Command

The request

cancellationToken CancellationToken

Cancellation token

Returns

Task<CommandResponseDto<ShortGuid>>

Response from the request