JoinableTaskCollection.Join Method
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.
Shares access to the main thread that the caller's JoinableTask may have (if any) with all JoinableTask instances in this collection until the returned value is disposed.
public:
Microsoft::VisualStudio::Threading::JoinableTaskCollection::JoinRelease Join();
public Microsoft.VisualStudio.Threading.JoinableTaskCollection.JoinRelease Join ();
member this.Join : unit -> Microsoft.VisualStudio.Threading.JoinableTaskCollection.JoinRelease
Public Function Join () As JoinableTaskCollection.JoinRelease
Returns
A value to dispose of to revert the join.
Remarks
Calling this method when the caller is not executing within a JoinableTask safely no-ops.