ISerializedMessagePayloadFeature<T> Interface

Definition

Feature interface for setting/retrieving the serialized message payload.

generic <typename T>
public interface class ISerializedMessagePayloadFeature
public interface ISerializedMessagePayloadFeature<out T>
type ISerializedMessagePayloadFeature<'T> = interface
Public Interface ISerializedMessagePayloadFeature(Of Out T)

Type Parameters

T

Type of the message payload.

This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.

Properties

Payload

Gets the serialized message payload.

Applies to