AsyncReaderWriterLock.Awaiter Class

 

Microsoft internal only. Manages asynchronous access to a lock..

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

System.Object
  Microsoft.VisualStudio.Threading.AsyncReaderWriterLock.Awaiter

public class Awaiter : INotifyCompletion

NameDescription
System_CAPS_pubpropertyIsCompleted

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

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

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_protmethodMemberwiseClone()

(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 Object.)

This type is thread-safe for all members.

Return to top
Show: