ISymUnmanagedAsyncMethod::IsAsyncMethod Method
Checks if the method has async information or not.
If this method returns FALSE
then it is invalid to call any other methods in this interface. They will all return E_UNEXPECTED
in this case.
Syntax
HRESULT IsAsyncMethod( [out, retval] BOOL* pRetVal);
Parameters
Parameter | Description |
---|---|
pRetVal |
Return Value
Returns HRESULT
.
Requirements
Header: CorSym.idl, CorSym.h
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.