IEventListener Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>) |