Partager via


HubClient.GetHostProcessIdsAsync(CancellationToken) Method

Definition

Gets the set of process ids that the Controller process has spawned.

public System.Threading.Tasks.ValueTask<System.Collections.Generic.IEnumerable<int>> GetHostProcessIdsAsync (System.Threading.CancellationToken cancellationToken);
member this.GetHostProcessIdsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask<seq<int>>
Public Function GetHostProcessIdsAsync (cancellationToken As CancellationToken) As ValueTask(Of IEnumerable(Of Integer))

Parameters

cancellationToken
CancellationToken

A token to signal cancellation.

Returns

The set of ids for the processes that the Controller has spawned.

Applies to