Class CallTraceState
Inheritance
CallTraceState
Assembly: OpenSearch.Net.VirtualizedCluster.dll
Syntax
public class CallTraceState
Constructors
|
Edit this page
View Source
CallTraceState(AuditEvent)
Declaration
public CallTraceState(AuditEvent e)
Parameters
Properties
|
Edit this page
View Source
AssertWithBecause
Declaration
public Action<string, Audit> AssertWithBecause { get; set; }
Property Value
|
Edit this page
View Source
Event
Declaration
public AuditEvent Event { get; }
Property Value
|
Edit this page
View Source
Port
Declaration
public int? Port { get; set; }
Property Value
|
Edit this page
View Source
SimpleAssert
Declaration
public Action<Audit> SimpleAssert { get; set; }
Property Value
Extension Methods