Class BlockingSubscribeExtensions
Inheritance
BlockingSubscribeExtensions
Assembly: OpenSearch.Client.dll
Syntax
public static class BlockingSubscribeExtensions
Methods
|
Edit this page
View Source
Wait(IObservable<BulkAllResponse>, TimeSpan, Action<BulkAllResponse>)
Declaration
public static ReindexObserver Wait(this IObservable<BulkAllResponse> observable, TimeSpan maximumRunTime, Action<BulkAllResponse> onNext)
Parameters
Returns
|
Edit this page
View Source
Wait<T>(BulkAllObservable<T>, TimeSpan, Action<BulkAllResponse>)
Declaration
public static BulkAllObserver Wait<T>(this BulkAllObservable<T> observable, TimeSpan maximumRunTime, Action<BulkAllResponse> onNext) where T : class
Parameters
Returns
Type Parameters
|
Edit this page
View Source
Declaration
public static ScrollAllObserver<T> Wait<T>(this IObservable<IScrollAllResponse<T>> observable, TimeSpan maximumRunTime, Action<IScrollAllResponse<T>> onNext) where T : class
Parameters
Returns
Type Parameters