[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.Event |
C# |
---|
namespace Microsoft.WebSolutionsPlatform.Event |
C++ |
---|
namespace Microsoft.WebSolutionsPlatform.Event |
Classes
Icon | Type | Description |
---|---|---|
![]() | Event |
Base class for events. All events must inherit from this class.
|
![]() | EventSerializationException |
The exception that is thrown when an error occurs trying to serialize an event.
|
![]() | EventTypeNotSupportedException |
The exception that is thrown when an unsupported type is passed to be serialized.
|
![]() | PrefixStream |
Helper class for the Event System. Not to be publically used.
|
![]() | ProjectInstaller |
Class for installing the service.
|
![]() | Router |
Main class for the Event Router
|
![]() | SerializationData |
This class is used to create and enumerate a serialized event object.
|
![]() | ServiceThread |
Abstract class for worker threads
|
![]() | Subscription |
The Subscription class defines the subscription objects which are published
when an application subscribes to event types.
|
![]() | SynchronizationQueue<(Of T>) |
A wrapper class of the Queue class to make the Queue class thread safe.
|
![]() | WebpageEvent |
This class is meant to correspond to the UserAgent property for HTTP classes.
|
Structures
Icon | Type | Description |
---|---|---|
![]() | DoubleDictionary<(Of TDictionary1, TDictionary2>) |
Struct containing two dictionary entries
|
![]() | WspKeyValuePair<(Of TypeKey, TypeValue>) |
Structure which defines the WspKeyValuePair used by enumerating the data
in a serialized object.
|
Enumerations
Icon | Type | Description |
---|---|---|
![]() | PropertyType |
Defines the property types supported by the base event class.
|
![]() | WorkerThreadType |
Enum for different types of worker threads
|