Table of Contents

Interface IRequestHandlerContext

Namespace
Phoesion.Glow.SDK.Client.SignalR
Assembly
Phoesion.Glow.SDK.Client.SignalR.dll
public interface IRequestHandlerContext

Properties

CanBeCanceled

bool CanBeCanceled { get; }

Property Value

bool

CancellationToken

CancellationToken CancellationToken { get; }

Property Value

CancellationToken

IsCancellationRequested

bool IsCancellationRequested { get; }

Property Value

bool

Methods

ThrowIfCancellationRequested()

void ThrowIfCancellationRequested()