ISerializedMessagePayloadFeature<T> Interface
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.
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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.