Class SnapshotObserver
Inheritance
SnapshotObserver
Assembly: OpenSearch.Client.dll
Syntax
public class SnapshotObserver : CoordinatedRequestObserverBase<SnapshotStatusResponse>, IObserver<SnapshotStatusResponse>
Constructors
|
Edit this page
View Source
SnapshotObserver(Action<SnapshotStatusResponse>, Action<Exception>, Action)
Declaration
public SnapshotObserver(Action<SnapshotStatusResponse> onNext = null, Action<Exception> onError = null, Action completed = null)
Parameters
Implements
Extension Methods