Complete Method
Collapse the table of content
Expand the table of content

ConcurrentExclusiveSchedulerPair.Complete Method

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

Informs the scheduler pair that it should not accept any more tasks.

Namespace:  System.Threading.Tasks
Assembly:  mscorlib (in mscorlib.dll)

public void Complete()

Calling Complete() is optional. It is necessary only if you're relying on the Completion property for notification that all processing has been completed.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft