The process priority that the application will enter when at least one call is active.
Namespace:
LanScapeAssembly: LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700
Syntax
| C# |
|---|
public enum IN_CALL_PROCESS_PRIORITY |
| Visual Basic (Declaration) |
|---|
Public Enumeration IN_CALL_PROCESS_PRIORITY |
| Visual C++ |
|---|
public enum class IN_CALL_PROCESS_PRIORITY |
| J# |
|---|
public enum IN_CALL_PROCESS_PRIORITY |
Members
| Member name | Description | |
|---|---|---|
| PriorityRealtime |
Real time process priority. The telephony application will preempt almost all running
applications. You must make sure your software has been debugged and tested before using this setting.
| |
| PriorityHigh |
High process priority. The telephony application will preempt most other running applications.
| |
| PriorityNormal |
No special process priority. The application execute like any other Windows application.
|
