Interface IPromise<TValue>
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IPromise<out TValue> where TValue : class
Type Parameters
Name | Description |
---|---|
TValue |
Properties
| Edit this page View SourceValue
Declaration
TValue Value { get; }
Property Value
Type | Description |
---|---|
TValue |