Search Results for

    Show / Hide Table of Contents

    Class ClientCall

    Inheritance
    object
    List<CallTraceState>
    ClientCall
    Implements
    IList<CallTraceState>
    ICollection<CallTraceState>
    IReadOnlyList<CallTraceState>
    IReadOnlyCollection<CallTraceState>
    IEnumerable<CallTraceState>
    IList
    ICollection
    IEnumerable
    Inherited Members
    List<CallTraceState>.Add(CallTraceState)
    List<CallTraceState>.AddRange(IEnumerable<CallTraceState>)
    List<CallTraceState>.AsReadOnly()
    List<CallTraceState>.BinarySearch(CallTraceState)
    List<CallTraceState>.BinarySearch(CallTraceState, IComparer<CallTraceState>)
    List<CallTraceState>.BinarySearch(int, int, CallTraceState, IComparer<CallTraceState>)
    List<CallTraceState>.Clear()
    List<CallTraceState>.Contains(CallTraceState)
    List<CallTraceState>.ConvertAll<TOutput>(Converter<CallTraceState, TOutput>)
    List<CallTraceState>.CopyTo(CallTraceState[])
    List<CallTraceState>.CopyTo(CallTraceState[], int)
    List<CallTraceState>.CopyTo(int, CallTraceState[], int, int)
    List<CallTraceState>.Exists(Predicate<CallTraceState>)
    List<CallTraceState>.Find(Predicate<CallTraceState>)
    List<CallTraceState>.FindAll(Predicate<CallTraceState>)
    List<CallTraceState>.FindIndex(int, int, Predicate<CallTraceState>)
    List<CallTraceState>.FindIndex(int, Predicate<CallTraceState>)
    List<CallTraceState>.FindIndex(Predicate<CallTraceState>)
    List<CallTraceState>.FindLast(Predicate<CallTraceState>)
    List<CallTraceState>.FindLastIndex(int, int, Predicate<CallTraceState>)
    List<CallTraceState>.FindLastIndex(int, Predicate<CallTraceState>)
    List<CallTraceState>.FindLastIndex(Predicate<CallTraceState>)
    List<CallTraceState>.ForEach(Action<CallTraceState>)
    List<CallTraceState>.GetEnumerator()
    List<CallTraceState>.GetRange(int, int)
    List<CallTraceState>.IndexOf(CallTraceState)
    List<CallTraceState>.IndexOf(CallTraceState, int)
    List<CallTraceState>.IndexOf(CallTraceState, int, int)
    List<CallTraceState>.Insert(int, CallTraceState)
    List<CallTraceState>.InsertRange(int, IEnumerable<CallTraceState>)
    List<CallTraceState>.LastIndexOf(CallTraceState)
    List<CallTraceState>.LastIndexOf(CallTraceState, int)
    List<CallTraceState>.LastIndexOf(CallTraceState, int, int)
    List<CallTraceState>.Remove(CallTraceState)
    List<CallTraceState>.RemoveAll(Predicate<CallTraceState>)
    List<CallTraceState>.RemoveAt(int)
    List<CallTraceState>.RemoveRange(int, int)
    List<CallTraceState>.Reverse()
    List<CallTraceState>.Reverse(int, int)
    List<CallTraceState>.Sort()
    List<CallTraceState>.Sort(IComparer<CallTraceState>)
    List<CallTraceState>.Sort(Comparison<CallTraceState>)
    List<CallTraceState>.Sort(int, int, IComparer<CallTraceState>)
    List<CallTraceState>.ToArray()
    List<CallTraceState>.TrimExcess()
    List<CallTraceState>.TrueForAll(Predicate<CallTraceState>)
    List<CallTraceState>.Capacity
    List<CallTraceState>.Count
    List<CallTraceState>.this[int]
    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 ClientCall : List<CallTraceState>, IList<CallTraceState>, ICollection<CallTraceState>, IReadOnlyList<CallTraceState>, IReadOnlyCollection<CallTraceState>, IEnumerable<CallTraceState>, IList, ICollection, IEnumerable

    Constructors

    | Edit this page View Source

    ClientCall()

    Declaration
    public ClientCall()
    | Edit this page View Source

    ClientCall(Func<RequestConfigurationDescriptor, IRequestConfiguration>)

    Declaration
    public ClientCall(Func<RequestConfigurationDescriptor, IRequestConfiguration> requestOverrides)
    Parameters
    Type Name Description
    Func<RequestConfigurationDescriptor, IRequestConfiguration> requestOverrides

    Properties

    | Edit this page View Source

    AssertPoolAfterCall

    Declaration
    public Action<IConnectionPool> AssertPoolAfterCall { get; }
    Property Value
    Type Description
    Action<IConnectionPool>
    | Edit this page View Source

    AssertResponse

    Declaration
    public Action<IOpenSearchResponse> AssertResponse { get; }
    Property Value
    Type Description
    Action<IOpenSearchResponse>
    | Edit this page View Source

    RequestOverrides

    Declaration
    public Func<RequestConfigurationDescriptor, IRequestConfiguration> RequestOverrides { get; }
    Property Value
    Type Description
    Func<RequestConfigurationDescriptor, IRequestConfiguration>

    Methods

    | Edit this page View Source

    Add(AuditEvent)

    Declaration
    public void Add(AuditEvent key)
    Parameters
    Type Name Description
    AuditEvent key
    | Edit this page View Source

    Add(AuditEvent, Action<Audit>)

    Declaration
    public void Add(AuditEvent key, Action<Audit> value)
    Parameters
    Type Name Description
    AuditEvent key
    Action<Audit> value
    | Edit this page View Source

    Add(AuditEvent, int)

    Declaration
    public void Add(AuditEvent key, int port)
    Parameters
    Type Name Description
    AuditEvent key
    int port
    | Edit this page View Source

    Add(AuditEvent, int, Action<IOpenSearchResponse>)

    Declaration
    public void Add(AuditEvent key, int port, Action<IOpenSearchResponse> assertResponse)
    Parameters
    Type Name Description
    AuditEvent key
    int port
    Action<IOpenSearchResponse> assertResponse
    | Edit this page View Source

    Add(Action<IConnectionPool>)

    Declaration
    public void Add(Action<IConnectionPool> pool)
    Parameters
    Type Name Description
    Action<IConnectionPool> pool

    Implements

    IList<T>
    ICollection<T>
    IReadOnlyList<T>
    IReadOnlyCollection<T>
    IEnumerable<T>
    IList
    ICollection
    IEnumerable

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • ClientCall()
      • ClientCall(Func<RequestConfigurationDescriptor, IRequestConfiguration>)
    • Properties
      • AssertPoolAfterCall
      • AssertResponse
      • RequestOverrides
    • Methods
      • Add(AuditEvent)
      • Add(AuditEvent, Action<Audit>)
      • Add(AuditEvent, int)
      • Add(AuditEvent, int, Action<IOpenSearchResponse>)
      • Add(Action<IConnectionPool>)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX