AsyncReaderWriterResourceLock<TMoniker, TResource>::ResourceAwaiter Structure

 

Microsoft internal only. Manages asynchronous access to a lock.

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

public value struct ResourceAwaiter : INotifyCompletion

NameDescription
System_CAPS_pubpropertyIsCompleted

Microsoft internal only. Determines whether the lock has been issued.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetResult()

Microsoft internal only. Applies the issued lock to the caller and returns the value used to release the lock.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodOnCompleted(Action^)

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

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

This type is thread-safe for all members.

Return to top
Show: