Class SnapshotStatusHumbleObject
Inheritance
SnapshotStatusHumbleObject
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
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
|
Edit this page
View Source
OnError(SnapshotErrorEventArgs)
Declaration
protected virtual void OnError(SnapshotErrorEventArgs errorEventArgs)
Parameters
|
Edit this page
View Source
OnNext(SnapshotNextEventArgs)
Declaration
protected virtual void OnNext(SnapshotNextEventArgs nextEventArgs)
Parameters
Events
|
Edit this page
View Source
Completed
Declaration
public event EventHandler<SnapshotCompletedEventArgs> Completed
Event Type
|
Edit this page
View Source
Error
Declaration
public event EventHandler<SnapshotErrorEventArgs> Error
Event Type
|
Edit this page
View Source
Next
Declaration
public event EventHandler<SnapshotNextEventArgs> Next
Event Type
Extension Methods