SerializedHubMessage Class

Definition

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.

Applies to