Type Default Value Read Only Description
[C#]
int?

[Visual Basic]
Integer?
null No Allows you to specify a maximum network transfer limit in bytes.

 

   

Notes
 

Allows you to specify a maximum network transfer limit in bytes.

If the value is exceeded an error will be placed in the log and the process tree will be shut down with process and thread exit codes of ERROR_NOT_ENOUGH_QUOTA.

The maximum value that can be used is 2GB. A value of null, zero or less will disable this feature and this is the default.

 

   

Example
 
None.