SerializedHubMessage Class
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.
Represents a serialization cache for a single message.
public ref class SerializedHubMessage
public class SerializedHubMessage
type SerializedHubMessage = class
Public Class SerializedHubMessage
- Inheritance
-
SerializedHubMessage
Constructors
SerializedHubMessage(HubMessage) |
Initializes a new instance of the SerializedHubMessage class. |
SerializedHubMessage(IReadOnlyList<SerializedMessage>) |
Initializes a new instance of the SerializedHubMessage class. |
Properties
Message |
Gets the hub message for the serialization cache. |
Methods
GetSerializedMessage(IHubProtocol) |
Gets the serialized representation of the HubMessage using the specified IHubProtocol. |