Click or drag to resize

ListenerStartAsync Method

Initializes a new instance of the Listener

Namespace:  SMTPRouter
Assembly:  SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntax
public Task StartAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
The Cancellation Token to stop a transaction

Return Value

Type: Task
An awaitable Task with the listener to Smtp Messages
See Also