編輯

共用方式為


IEventConsumer Interface

Definition

Defines an event consumer.

public interface IEventConsumer
type IEventConsumer = interface
Public Interface IEventConsumer
Derived

Remarks

This part of the API is in preview and under active development. It may change in future releases.

Methods

Process(EventContext)

Processes an event.

Applies to