次の方法で共有


BuildUpToDateActionContext.IsUpToDateAsync(CancellationToken) Method

Definition

Check if the context project file is up to date

public System.Threading.Tasks.Task<bool> IsUpToDateAsync (System.Threading.CancellationToken cancellationToken = default);
member this.IsUpToDateAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Function IsUpToDateAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Boolean)

Parameters

cancellationToken
CancellationToken

A cancellation token

Returns

True or false depending if the context project file is up to date

Applies to