Server.

StartAsync(CancellationToken) Method

Assembly
Wyam.Hosting.dll
Namespace
Wyam.Hosting
Containing Type
Server

Syntax

public Task StartAsync(CancellationToken cancellationToken = null)

Parameters

Name Type Description
cancellationToken CancellationToken

Return Value

Type Description
Task
GitHub