Search Results for

    Show / Hide Table of Contents

    Class SnapshotNextEventArgs

    Inheritance
    object
    EventArgs
    SnapshotNextEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class SnapshotNextEventArgs : EventArgs

    Constructors

    | Edit this page View Source

    SnapshotNextEventArgs(SnapshotStatusResponse)

    Declaration
    public SnapshotNextEventArgs(SnapshotStatusResponse snapshotStatusResponse)
    Parameters
    Type Name Description
    SnapshotStatusResponse snapshotStatusResponse

    Properties

    | Edit this page View Source

    SnapshotStatusResponse

    Declaration
    public SnapshotStatusResponse SnapshotStatusResponse { get; }
    Property Value
    Type Description
    SnapshotStatusResponse

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • SnapshotNextEventArgs(SnapshotStatusResponse)
    • Properties
      • SnapshotStatusResponse
    • Extension Methods
    Back to top Generated by DocFX