QueryProcessResult<TResult> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents one piece of the result from a query process. Multiple results can be produced based on one query request.
[System.Diagnostics.DebuggerDisplay("Result {Zone} {Result}")]
[System.Runtime.CompilerServices.Nullable(0)]
public class QueryProcessResult<TResult>
[<System.Diagnostics.DebuggerDisplay("Result {Zone} {Result}")>]
[<System.Runtime.CompilerServices.Nullable(0)>]
type QueryProcessResult<'Result> = class
Public Class QueryProcessResult(Of TResult)
Type Parameters
- TResult
The type of the query result data.
- Inheritance
-
QueryProcessResult<TResult>
- Attributes
Constructors
QueryProcessResult<TResult>(TResult, IQueryProcessRequest, String) |
Initializes a new instance of the QueryProcessResult<TResult> class. |
Properties
Request |
Gets the original query request leading to this result. |
Result |
Gets the query result. |
Zone |
Gets the zone of the result. |
Methods
TryGetProviderState<TProviderState>(TProviderState) |
Try to get the current provider state. |