Search Results for

    Show / Hide Table of Contents

    Class EventHubExceptionReceiverExtensions

    Inheritance
    object
    EventHubExceptionReceiverExtensions
    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.Messaging.Remote.dll
    Syntax
    public static class EventHubExceptionReceiverExtensions

    Methods

    AddEventHubExceptionReceiver<TReceiver>(IServiceCollection)

    register a custom exception receiver for receiving event hub exceptions.

    Declaration
    public static IServiceCollection AddEventHubExceptionReceiver<TReceiver>(this IServiceCollection services) where TReceiver : EventHubExceptionReceiver
    Parameters
    Type Name Description
    IServiceCollection services
    Returns
    Type Description
    IServiceCollection
    Type Parameters
    Name Description
    TReceiver

    the implementation type of the receiver

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