Sets the priority of the session.

C# |
public int SessionPriority { set; }

Depending on the scheduling policy in effect for an application, a session's priority may impact the assignment of service instances to a session, whenever the Session Manager attempts to make scheduling decisions. The higher the priority the greater the likelihood that a service instance will be assigned to this session (if one is available).
Note: The session priority can be any number between 1 and 10,000 (inclusive).