Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts an existing message to a VarFile representation.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public override void ConvertMessage(
IMessage message
)
public:
virtual void ConvertMessage(
IMessage^ message
) override
Public Overrides Sub ConvertMessage (
message As IMessage
)
Parameters
message
Type: Microsoft.ConfigurationManagement.Messaging.Framework.IMessageThe message to convert.
See Also
DiscoveryDataRecordFile Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top