Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Serializes the implementing message into the existing byte stream.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected abstract void SerializeMessage(
Stream stream
)
protected:
virtual void SerializeMessage(
Stream^ stream
) abstract
Protected MustOverride Sub SerializeMessage (
stream As Stream
)
Parameters
stream
Type: System.IO.StreamThe byte stream.
See Also
MessageFileBase Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top