Skip to content

Commit 7c2985f

Browse files
author
mikeblome
committed
fix for GH issue 450
1 parent 45f7cc7 commit 7c2985f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/windows/asyncbase-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ S_OK if the operation starts or is already started; otherwise, E_ILLEGAL_STATE_C
449449

450450
### Remarks
451451

452-
`Start()` is a default implementation of `IAsyncInfo::Start`, and does no actual work. To actually start an asynchronous operation, override the `OnStart()` pure virtual method.
452+
`Start()` is a protected method that is not externally visible because async operations "hot start" before returning to the caller.
453453

454454
## <a name="trytransitiontocompleted"></a>AsyncBase::TryTransitionToCompleted
455455

0 commit comments

Comments
 (0)