Class ScrollAllObserver<T>
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class ScrollAllObserver<T> : CoordinatedRequestObserverBase<IScrollAllResponse<T>>, IObserver<IScrollAllResponse<T>> where T : class
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
| Edit this page View SourceScrollAllObserver(Action<IScrollAllResponse<T>>, Action<Exception>, Action)
Declaration
public ScrollAllObserver(Action<IScrollAllResponse<T>> onNext = null, Action<Exception> onError = null, Action onCompleted = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Action<IScrollAllResponse<T>> | onNext | |
| Action<Exception> | onError | |
| Action | onCompleted |