Barrier.Dispose Method (Boolean)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Releases the unmanaged resources used by the Barrier, and optionally releases the managed resources.
Assembly: System (in System.dll)
Parameters
- disposing
- Type: System.Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Unlike most of the members of Barrier, Dispose is not thread-safe and may not be used concurrently with other members of this instance.
Show: