Search Results for

    Show / Hide Table of Contents

    Class IdempotencyExtensions

    Inheritance
    object
    IdempotencyExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: FastEndpoints
    Assembly: FastEndpoints.dll
    Syntax
    public static class IdempotencyExtensions

    Methods

    AddIdempotency(IServiceCollection, Action<IdempotencyConfig>?)

    enable idempotency features

    Declaration
    public static IServiceCollection AddIdempotency(this IServiceCollection services, Action<IdempotencyConfig>? cfg = null)
    Parameters
    Type Name Description
    IServiceCollection services
    Action<IdempotencyConfig> cfg

    global configuration settings for idempotency middleware

    Returns
    Type Description
    IServiceCollection
    In this article
    Back to top Developed by Đĵ ΝιΓΞΗΛψΚ and contributors / Licensed under MIT / Website generated by DocFX