[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
Icon | Type | Description |
---|---|---|
![]() | SharedQueue |
This is the class that encapsulates the underlying shared memory queue.
|
![]() | SharedQueueDoesNotExistException |
The exception that is thrown when the underlying queue cannot be opened. Check
to make sure the WspEventRouter service is running.
|
![]() | SharedQueueException |
The exception that is thrown when there is an error returned by the underlying queue.
|
![]() | SharedQueueFullException |
The exception that is thrown when the queue is full.
|
![]() | SharedQueueInitializationException |
The exception that is thrown when an error occured attempting to create the queue.
|
![]() | SharedQueueInsufficientMemoryException |
The exception that is thrown when there is not enough memory allocate the underlying queue.
|