Search Results for

    Show / Hide Table of Contents

    Struct StaleRecordSearchParams<TStorageRecord>

    a dto representing search parameters for matching stale event storage records

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: FastEndpoints
    Assembly: FastEndpoints.Messaging.Remote.Core.dll
    Syntax
    public struct StaleRecordSearchParams<TStorageRecord> where TStorageRecord : IEventStorageRecord
    Type Parameters
    Name Description
    TStorageRecord

    the type of storage record

    Properties

    CancellationToken

    cancellation token

    Declaration
    public readonly CancellationToken CancellationToken { get; }
    Property Value
    Type Description
    CancellationToken

    Match

    a boolean lambda expression to match stale records

    r => r.IsComplete || DateTime.UtcNow >= r.ExpireOn
    Declaration
    public readonly Expression<Func<TStorageRecord, bool>> Match { get; }
    Property Value
    Type Description
    Expression<Func<TStorageRecord, bool>>
    In this article
    Back to top Developed by Đĵ ΝιΓΞΗΛψΚ and contributors / Licensed under MIT / Website generated by DocFX