BayesFilterLoadDatabaseAsync Method (String, String) |
Namespace: MailBee.AntiSpamAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public Task LoadDatabaseAsync(
string spamFilename,
string nonSpamFilename
)
Public Function LoadDatabaseAsync (
spamFilename As String,
nonSpamFilename As String
) As Task
Parameters
- spamFilename
- Type: SystemString
The full or relative path to the file containing spam samples. - nonSpamFilename
- Type: SystemString
The full or relative path to the file containing non-spam samples.
Return Value
Type:
TaskA task that represents the asynchronous operation.
Exceptions See Also