IEventListener Interface

Definition

The IEventListener Interface defines the communication mechanism for Signaling events during a remote call.

public interface IEventListener
type IEventListener = interface
Public Interface IEventListener
Derived

Remarks

The interface is designed to be as minimal as possible, allow for quick peeking of the event type (id) and the cancellation status and provides a delegate for retrieving the event details themselves.

Properties

Cancel
Token

Methods

Signal(String, CancellationToken, Func<EventData>)

Applies to