Table of Contents

Class CallStepInfo

Namespace
Tharga.MongoDB
Assembly
Tharga.MongoDB.dll
public record CallStepInfo : IEquatable<CallStepInfo>
Inheritance
CallStepInfo
Implements
Inherited Members

Properties

Delta

public required TimeSpan Delta { get; init; }

Property Value

TimeSpan

Message

public string Message { get; init; }

Property Value

string

Step

public required string Step { get; init; }

Property Value

string