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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET