Microsoft Chat Server SDK Reference

Priority Property

This property contains the order in which the extensions receive event callbacks.

Syntax

Rank = ChatExtension.Priority
ChatExtension.Priority = Rank

Parameters

Rank
A number indicating the relative priority ranking for this extension.

Remarks

Setting this property for an extension adjusts the relative ranking of other extensions. It is the responsibility of the developer to ensure that no two extension objects have the same priority ranking.


© 1998 Microsoft Corporation. All rights reserved.