Table of Contents

Delegate LooseRunner.MergedCancellationTokenRun

Namespace
Hi.Common
Assembly
HiGeom.dll

Delegate for actions that accept a merged cancellation token. The merged token combines the runner's disposal token with an optional external cancellation token.

public delegate void LooseRunner.MergedCancellationTokenRun(CancellationToken mergedCancellationToken)

Parameters

mergedCancellationToken CancellationToken

The merged cancellation token combining disposal and external tokens.

Extension Methods