你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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