Table of Contents

FireForgetDispatcher Class

Definition

Provides a generic dispatcher that uses Fire-and-Forget/In-Only MEP. This is an abstract class.

public abstract class FireForgetDispatcher : Dispatcher, IDispatcher
Inheritance
FireForgetDispatcher
Implements
Derived
Inherited Members

Constructors

Name Description
FireForgetDispatcher(IServiceLocator)

Initializes a new instance of the FireForgetDispatcher class.

Methods

Name Description
DispatchAsync<TRequest, THandler>(TRequest, Func<THandler, IFireForgetActivator<TRequest>>, Action<AsyncOptions>)

Dispatches the specified request asynchronous using Fire-and-Forget/In-Only MEP.

Dispatch<TRequest, THandler>(TRequest, Func<THandler, IFireForgetActivator<TRequest>>)

Dispatches the specified request using Fire-and-Forget/In-Only MEP.

See Also