Table of Contents

Class OperationInfo

Namespace
NexusRpc
Assembly
NexusRpc.dll

Information about an operation.

public record OperationInfo : IEquatable<OperationInfo>
Inheritance
OperationInfo
Implements
Inherited Members

Constructors

OperationInfo(string, OperationState)

Information about an operation.

public OperationInfo(string Token, OperationState State)

Parameters

Token string

Operation token.

State OperationState

Operation state.

Properties

State

Operation state.

public OperationState State { get; init; }

Property Value

OperationState

Token

Operation token.

public string Token { get; init; }

Property Value

string