My Project
|
Base class for awaitable async operations. More...
Protected Member Functions | |
abstract void | RunAsyncOperation () |
Main entry point for async code. | |
virtual void | RunSyncFinalize () |
Main entry point for sync finalize code. | |
Protected Attributes | |
bool | isSuccessful = false |
Was the async operation successful. | |
Base class for awaitable async operations.
|
protectedpure virtual |
Main entry point for async code.
Implemented in RoslynCSharp.AsyncCompileOperation, and RoslynCSharp.AsyncLoadOperation.