HubClient.GetHostProcessIdsAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.