AsyncReaderWriterLock.Completion Property
Microsoft internal only. Gets a task whose completion signals that this lock will no longer issue locks.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Public ReadOnly Property Completion As Task
public Task Completion { get; }
public:
property Task^ Completion {
Task^ get ();
}
member Completion : Task with get
function get Completion () : Task
Property Value
Type: System.Threading.Tasks.Task
Returns a Task whose completion signals that this lock will no longer issue locks.
Remarks
This task transitions to a complete state only after a call to Complete.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.