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
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา