<OrderableCallback>

A callback that supports an order specification. Used when multiple callbacks could apply to the same entity, allowing a proper "sorting" of execution.

Remarks

None.

Examples

None.

Table 62: XML Tag Listing

Attribute

caninterrupt=

Specifies whether the callback can be cancelled/interrupted. (inherited from CallbackBase)

Attribute

iscsharpstatic=

Indicates whether the callback is a C Sharp static method. (inherited from CallbackBase)

Attribute

order=

The order "priority". The lower the order, the earlier the execution.