Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.33 KB

QuerySubLeafPropertyCollectionResult.md

File metadata and controls

23 lines (16 loc) · 1.33 KB

QuerySubLeafPropertyCollectionResult class

Specialization of ResultBase interface. Where T is CpuidSubLeafDictionary. Represents result after query operation.

public class QuerySubLeafPropertyCollectionResult : ResultBase<CpuidSubLeafDictionary>

Public Members

name description
QuerySubLeafPropertyCollectionResult() The default constructor.
static CreateErrorResult(…) Returns a new QuerySubLeafPropertyCollectionResult with specified detailed error. (4 methods)
static CreateSuccessResult(…) Returns a new success result.
static FromException(…) Creates a new QuerySubLeafPropertyCollectionResult instance from known exception. (2 methods)

See Also