INotifyCompletionOnCompleted Method |
This API is preliminary and subject to change.
Schedules the continuation action to be invoked when the instance completes.
Namespace: System.Runtime.CompilerServicesAssembly: Rackspace.Threading (in Rackspace.Threading.dll) Version: 2.1.0-beta1
Syntax
void OnCompleted(
Action continuation
)
Sub OnCompleted (
continuation As Action
)
void OnCompleted(
Action^ continuation
)
abstract OnCompleted :
continuation : Action -> unit
Parameters
- continuation
- Type: SystemAction
The action to invoke when the operation completes.
Exceptions Version Information
.NET Framework
Supported in: 3.5
Threading Library
Supported in: 2.1
See Also