Sets the preemption rank of the session.

C# |
public int PreemptionRank { set; }

A session's preemptionRank will impact the reclaim behavior among sessions. The session with lower preemptionRank is more desirable to be reclaimed.
Note: The session preemption rank can be any number between 1 and 10,000 (inclusive).