LoggerWriteLineAsync Method |
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public Task WriteLineAsync(
string messageText
)
Public Function WriteLineAsync (
messageText As String
) As Task
Parameters
- messageText
- Type: SystemString
The string to be added in the log as a part of the log entry.
Return Value
Type:
TaskA task that represents the asynchronous operation.
See Also