Table of Contents

Class CancellationTokenSourceExtensions

Namespace
MQTTnet.Internal
Assembly
MQTTnet.dll
public static class CancellationTokenSourceExtensions
Inheritance
CancellationTokenSourceExtensions
Inherited Members

Methods

TryCancel(CancellationTokenSource, bool)

public static bool TryCancel(this CancellationTokenSource cancellationTokenSource, bool throwOnFirstException = false)

Parameters

cancellationTokenSource CancellationTokenSource
throwOnFirstException bool

Returns

bool