get_web_process_count_limit
Description:
[ Version ( deprecated = true , deprecated_since = "2.26" , since = "2.10" ) ]
public uint get_web_process_count_limit ()
public uint get_web_process_count_limit ()
Warning: get_web_process_count_limit is deprecated since 2.26.
Gets the maximum number of web processes that can be created at the same time for the this.
This function is now deprecated and always returns 0 (no limit). See also set_web_process_count_limit.
Parameters:
this |
the WebContext |
Returns:
the maximum limit of web processes, or 0 if there isn't a limit. |