Method OnCompleted
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
OnCompleted(Action)
Schedules the continuation action that's invoked when the instance completes.
public void OnCompleted(Action continuation)
Parameters
continuationActionThe action to invoke when the operation completes.
Exceptions
- ArgumentNullException
The
continuationargument is null (Nothing in Visual Basic).