[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Syntax

Visual Basic (Declaration)
Namespace Microsoft.WebSolutionsPlatform.Common
C#
namespace Microsoft.WebSolutionsPlatform.Common
C++
namespace Microsoft.WebSolutionsPlatform.Common

Classes

IconTypeDescription
public classSharedQueue
This is the class that encapsulates the underlying shared memory queue.
public classSharedQueueDoesNotExistException
The exception that is thrown when the underlying queue cannot be opened. Check to make sure the WspEventRouter service is running.
public classSharedQueueException
The exception that is thrown when there is an error returned by the underlying queue.
public classSharedQueueFullException
The exception that is thrown when the queue is full.
public classSharedQueueInitializationException
The exception that is thrown when an error occured attempting to create the queue.
public classSharedQueueInsufficientMemoryException
The exception that is thrown when there is not enough memory allocate the underlying queue.