Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Adds inline data to the payload after initial serialization, if supported.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected virtual void SerializeInlineMessage(
Stream stream
)
protected:
virtual void SerializeInlineMessage(
Stream^ stream
)
Protected Overridable Sub SerializeInlineMessage (
stream As Stream
)
Parameters
stream
Type: System.IO.StreamThe byte stream.
See Also
MessageFileBase Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top