Click or drag to resize

RouterStartAsync Method

Starts the Message Routing

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

Return Value

Type: Task

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

See Also