Click or drag to resize

ServerStartAsync Method

Starts the Server Listener and Router

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 Task

Return Value

Type: Task

[Missing <returns> documentation for "M:SMTPRouter.Server.StartAsync(System.Threading.CancellationToken)"]

See Also