Search Results for

    Show / Hide Table of Contents

    Class SnapshotStatusHumbleObject

    Inheritance
    object
    SnapshotStatusHumbleObject
    Inherited Members
    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 SnapshotStatusHumbleObject

    Constructors

    | Edit this page View Source

    SnapshotStatusHumbleObject(IOpenSearchClient, ISnapshotRequest)

    Declaration
    public SnapshotStatusHumbleObject(IOpenSearchClient opensearchClient, ISnapshotRequest snapshotRequest)
    Parameters
    Type Name Description
    IOpenSearchClient opensearchClient
    ISnapshotRequest snapshotRequest

    Methods

    | Edit this page View Source

    CheckStatus()

    Declaration
    public void CheckStatus()
    | Edit this page View Source

    OnCompleted(SnapshotCompletedEventArgs)

    Declaration
    protected virtual void OnCompleted(SnapshotCompletedEventArgs completedEventArgs)
    Parameters
    Type Name Description
    SnapshotCompletedEventArgs completedEventArgs
    | Edit this page View Source

    OnError(SnapshotErrorEventArgs)

    Declaration
    protected virtual void OnError(SnapshotErrorEventArgs errorEventArgs)
    Parameters
    Type Name Description
    SnapshotErrorEventArgs errorEventArgs
    | Edit this page View Source

    OnNext(SnapshotNextEventArgs)

    Declaration
    protected virtual void OnNext(SnapshotNextEventArgs nextEventArgs)
    Parameters
    Type Name Description
    SnapshotNextEventArgs nextEventArgs

    Events

    | Edit this page View Source

    Completed

    Declaration
    public event EventHandler<SnapshotCompletedEventArgs> Completed
    Event Type
    Type Description
    EventHandler<SnapshotCompletedEventArgs>
    | Edit this page View Source

    Error

    Declaration
    public event EventHandler<SnapshotErrorEventArgs> Error
    Event Type
    Type Description
    EventHandler<SnapshotErrorEventArgs>
    | Edit this page View Source

    Next

    Declaration
    public event EventHandler<SnapshotNextEventArgs> Next
    Event Type
    Type Description
    EventHandler<SnapshotNextEventArgs>

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • SnapshotStatusHumbleObject(IOpenSearchClient, ISnapshotRequest)
    • Methods
      • CheckStatus()
      • OnCompleted(SnapshotCompletedEventArgs)
      • OnError(SnapshotErrorEventArgs)
      • OnNext(SnapshotNextEventArgs)
    • Events
      • Completed
      • Error
      • Next
    • Extension Methods
    Back to top Generated by DocFX