IWebAppBase.StreamDeploymentLogsAsync(CancellationToken) Method

Definition

Gets a open stream to the deployment logs.

public System.Threading.Tasks.Task<System.IO.Stream> StreamDeploymentLogsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member StreamDeploymentLogsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.IO.Stream>
Public Function StreamDeploymentLogsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Stream)

Parameters

cancellationToken
CancellationToken

Returns

Applies to