Method FindAsync
FindAsync(string)
Finds a named element in the name scope, waits for the scope to be completely populated before returning null Returned task is configured to run any continuations synchronously.
SynchronousCompletionAsyncResult<object?> FindAsync(string name)
Parameters
name
stringThe name.
Returns
- SynchronousCompletionAsyncResult<object>
The element, or null if the name was not found.