Class GetTaskResponse
Inheritance
GetTaskResponse
Assembly: OpenSearch.Client.dll
Syntax
public class GetTaskResponse : ResponseBase, IResponse, IOpenSearchResponse
Properties
|
Edit this page
View Source
Completed
Declaration
[DataMember(Name = "completed")]
public bool Completed { get; }
Property Value
|
Edit this page
View Source
Task
Declaration
[DataMember(Name = "task")]
public TaskInfo Task { get; }
Property Value
Methods
|
Edit this page
View Source
GetResponse<TResponse>()
Gets the response for the request that the task represents, if available.
Because the response will have no associated ApiCallDetails, the value
of IsValid should not be used.
Declaration
public TResponse GetResponse<TResponse>() where TResponse : class, IResponse
Returns
Type |
Description |
TResponse |
|
Type Parameters
Name |
Description |
TResponse |
|
Implements
Extension Methods