[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: WspEvent (WspEvent)
Constructor which can load and parse a serialized event object. The properties can
then be enumerated with a foreach statement.
Namespace: Microsoft.WebSolutionsPlatform.Event
Assembly: WspEvent (WspEvent)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ inData As Byte() _ ) |
C# |
---|
public SerializationData ( byte[] inData ) |
C++ |
---|
public: SerializationData ( array<unsigned char>^ inData ) |
Parameters
- inData ()
- Serialized event object.