AsyncReaderWriterLock::Awaiter::OnCompleted Method (Action^)

 

Microsoft internal only. Sets the delegate to execute when the lock is available.

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

public:
virtual void OnCompleted(
	Action^ continuation
) sealed

Parameters

continuation
Type: System::Action^

The delegate to execute when the lock is available.

Return to top
Show: