Share via


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

Name Description
SerializedHubMessage(HubMessage)

Initializes a new instance of the SerializedHubMessage class.

SerializedHubMessage(IReadOnlyList<SerializedMessage>)

Initializes a new instance of the SerializedHubMessage class.

Properties

Name Description
Message

Gets the hub message for the serialization cache.

Methods

Name Description
GetSerializedMessage(IHubProtocol)

Gets the serialized representation of the HubMessage using the specified IHubProtocol.

Applies to