Table of Contents

Class AsyncParameterArgs

Namespace
NCalc.Handlers
Assembly
NCalc.Async.dll
public class AsyncParameterArgs : EventArgs
Inheritance
AsyncParameterArgs
Inherited Members

Constructors

AsyncParameterArgs(Guid, CancellationToken)

public AsyncParameterArgs(Guid id, CancellationToken ct)

Parameters

id Guid
ct CancellationToken

Properties

CancellationToken

public CancellationToken CancellationToken { get; }

Property Value

CancellationToken

HasResult

public bool HasResult { get; }

Property Value

bool

Id

public Guid Id { get; }

Property Value

Guid

Result

public object? Result { get; set; }

Property Value

object