Table of Contents

Interface IUsecaseRequest

Namespace
Cyclotron.Utilities.CleanArchitecture
Assembly
Cyclotron.Utilities.dll

Represents a request for a use case operation.

public interface IUsecaseRequest
Extension Methods

Properties

CancellationToken

Gets the CancellationToken associated with the request.

CancellationToken CancellationToken { get; }

Property Value

CancellationToken

RequestType

Gets the type of the request.

RequestType RequestType { get; }

Property Value

RequestType

UserId

Gets the user ID associated with the request.

string UserId { get; }

Property Value

string