EmailAddressValidatorMaxThreadCount Property |
Gets or sets the maximum number of threads MailBee may create during bulk verification of e-mail addresses'
operations.
Namespace: MailBee.AddressCheckAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int MaxThreadCount { get; set; }
Public Property MaxThreadCount As Integer
Get
Set
Property Value
Type:
Int32An integer value specifying the maximum number of threads MailBee may create
during e-mail address verification operations, or -1 which specifies the number of threads is not limited.
The default value is 1 (i.e. multi-threading is off).
Exceptions Remarks Multi-threading greatly increases performance of mass checking of e-mail addresses. The maximum thread
count MailBee can utilize is 60.
Note |
---|
Visual Studio 2010 and earlier may hang if you're running a heavily multi-threaded application under the debugger for a long time.
Consider upgrading to Visual Studio 2012 or higher if this happens often. Alternatively, decrease the number of threads when debugging. |
See Also