IV8FastHostObjectOperations.CreateAsyncEnumerator Method |
Creates a fast asynchronous enumerator that iterates through the object's contents.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
SyntaxIV8FastAsyncEnumerator CreateAsyncEnumerator(
IV8FastHostObject instance
)
Function CreateAsyncEnumerator (
instance As IV8FastHostObject
) As IV8FastAsyncEnumerator
IV8FastAsyncEnumerator^ CreateAsyncEnumerator(
IV8FastHostObject^ instance
)
abstract CreateAsyncEnumerator :
instance : IV8FastHostObject -> IV8FastAsyncEnumerator
Parameters
- instance IV8FastHostObject
- The object for which to create a fast asynchronous enumerator.
Return Value
IV8FastAsyncEnumeratorA fast asynchronous enumerator for the specified object's contents.
See Also