Click or drag to resize
INotifyCompletionOnCompleted Method
This API is preliminary and subject to change.
Schedules the continuation action to be invoked when the instance completes.

Namespace: System.Runtime.CompilerServices
Assembly: Rackspace.Threading (in Rackspace.Threading.dll) Version: 2.1.0-beta1
Syntax
void OnCompleted(
	Action continuation
)

Parameters

continuation
Type: SystemAction
The action to invoke when the operation completes.
Exceptions
ExceptionCondition
ArgumentNullException If continuation is .
Version Information

.NET Framework

Supported in: 3.5

Threading Library

Supported in: 2.1
See Also