JoinableTaskCollection.JoinRelease Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A value whose disposal cancels a Join() operation.
public: value class JoinableTaskCollection::JoinRelease : IDisposable
public struct JoinableTaskCollection.JoinRelease : IDisposable
type JoinableTaskCollection.JoinRelease = struct
interface IDisposable
Public Structure JoinableTaskCollection.JoinRelease
Implements IDisposable
- Inheritance
-
JoinableTaskCollection.JoinRelease
- Implements
Methods
Dispose() |
Cancels the Join() operation. |
Applies to
Thread Safety
This type is thread-safe for all members.