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
RequestType
Gets the type of the request.
RequestType RequestType { get; }
Property Value
UserId
Gets the user ID associated with the request.
string UserId { get; }