ICLRIoCompletionManager Interface
Implements a callback method that allows the host to notify the common language runtime (CLR) of the status of specified I/O requests.
Methods
Method | Description |
---|---|
OnComplete Method | Notifies the CLR of the status of an I/O request that was made by using a call to the IHostIoCompletionManager::Bind method. |
Remarks
The host implements the I/O completion abstraction by using the IHostIoCompletionManager interface. The CLR makes I/O requests through this interface, and the host notifies the runtime of the outcome of such requests by using the ICLRIoCompletionManager
interface.
Requirements
Platforms: See System Requirements.
Header: MSCorEE.h
Library: Included as a resource in MSCorEE.dll
.NET Framework Versions: Available since 2.0
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.