BayesFilterSaveDatabaseAsync Method (Stream, Stream) |
Namespace: MailBee.AntiSpamAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public Task SaveDatabaseAsync(
Stream spamStream,
Stream nonSpamStream
)
Public Function SaveDatabaseAsync (
spamStream As Stream,
nonSpamStream As Stream
) As Task
Parameters
- spamStream
- Type: System.IOStream
An output stream containing spam samples. - nonSpamStream
- Type: System.IOStream
An output stream containing non-spam samples.
Return Value
Type:
TaskA task that represents the asynchronous operation.
Exceptions See Also