Table of Contents

Interface IAsyncHandlingMessage

Namespace
Acuit.Pinpoint.Workstation.Messaging
Assembly
Acuit.Pinpoint.Workstation.Abstractions.dll

A message that supports asynchronous handling.

public interface IAsyncHandlingMessage

Properties

AsyncHandlers

Gets the AsyncHandlers instance to which asynchronous handlers can be added.

AsyncHandlers AsyncHandlers { get; }

Property Value

AsyncHandlers