BayesFilterSaveDatabaseAsync Method (Stream, Stream) |
Namespace: MailBee.AntiSpamAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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