Search Results for

    Show / Hide Table of Contents

    Class CallTraceState

    Inheritance
    object
    CallTraceState
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Net.VirtualizedCluster.Audit
    Assembly: OpenSearch.Net.VirtualizedCluster.dll
    Syntax
    public class CallTraceState

    Constructors

    | Edit this page View Source

    CallTraceState(AuditEvent)

    Declaration
    public CallTraceState(AuditEvent e)
    Parameters
    Type Name Description
    AuditEvent e

    Properties

    | Edit this page View Source

    AssertWithBecause

    Declaration
    public Action<string, Audit> AssertWithBecause { get; set; }
    Property Value
    Type Description
    Action<string, Audit>
    | Edit this page View Source

    Event

    Declaration
    public AuditEvent Event { get; }
    Property Value
    Type Description
    AuditEvent
    | Edit this page View Source

    Port

    Declaration
    public int? Port { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    SimpleAssert

    Declaration
    public Action<Audit> SimpleAssert { get; set; }
    Property Value
    Type Description
    Action<Audit>

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • CallTraceState(AuditEvent)
    • Properties
      • AssertWithBecause
      • Event
      • Port
      • SimpleAssert
    • Extension Methods
    Back to top Generated by DocFX