XPQueryExtensions.FirstAsync Method
Name | Parameters | Description |
---|---|---|
First |
query, predicate, cancellation |
Asynchronously gets the first object that meets specified requirements in a selection. Throws an exception for empty selections. |
First |
query, cancellation |
Asynchronously gets the first object in a selection. Throws an exception for empty selections. |