Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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