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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.