OnCompleted Method
Collapse the table of content
Expand the table of content

INotifyCompletion.OnCompleted Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Schedules the continuation action that's invoked when the instance completes.

Namespace:  System.Runtime.CompilerServices
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Sub OnCompleted ( _
	continuation As Action _
)

Parameters

continuation
Type: System.Action
The action to invoke when the operation completes.

ExceptionCondition
ArgumentNullException

The continuation argument is null (Nothing in Visual Basic).

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft