ServiceBrokerClient.InvalidationSemaphore Property
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.
Gets the semaphore that is entered to raise the Invalidated event.
public:
property Microsoft::VisualStudio::Threading::ReentrantSemaphore ^ InvalidationSemaphore { Microsoft::VisualStudio::Threading::ReentrantSemaphore ^ get(); };
public Microsoft.VisualStudio.Threading.ReentrantSemaphore InvalidationSemaphore { get; }
member this.InvalidationSemaphore : Microsoft.VisualStudio.Threading.ReentrantSemaphore
Public ReadOnly Property InvalidationSemaphore As ReentrantSemaphore
Property Value
Remarks
This can be used to enter the same semaphore during initialization in order to ensure that an Invalidated event does not disrupt initialization.