Table of Contents

Class RevertContentItem.Handler

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

Parameters

request RevertContentItem.Command

The request

cancellationToken CancellationToken

Cancellation token

Returns

Task<CommandResponseDto<ShortGuid>>

Response from the request