Interface IDataProduct
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Exposes a module-owned queryable data product.
public interface IDataProduct<T>Type Parameters
Section titled “Type Parameters”T
The result shape returned by the data product.
Methods
Section titled “Methods”QueryAsync(CancellationToken)
Section titled “ QueryAsync(CancellationToken)”Queries the current value of the data product.
ValueTask<T> QueryAsync(CancellationToken cancellationToken = default)Parameters
Section titled “Parameters”cancellationToken CancellationToken
The token that cancels the operation.
Returns
Section titled “Returns”ValueTask<T>
A task that completes with the current data product value.