Click or drag to resize

ContextPartitionStateListener Methods

The ContextPartitionStateListener type exposes the following members.

Methods
  NameDescription
Public methodOnContextActivated
Invoked when a context is activated.
Public methodOnContextDeactivated
Invoked when a context is de-activated.
Public methodOnContextPartitionAllocated
Invoked when a context partition is allocated, provided once per context and per partition independent of the number of statements.
Public methodOnContextPartitionDeallocated
Invoked when a context partition is destroyed, provided once per context and per partition independent of the number of statements.
Public methodOnContextStatementAdded
Invoked when a statement is added to a context.
Public methodOnContextStatementRemoved
Invoked when a statement is removed from a context.
Top
See Also