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.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public abstract void ConvertMessage(
T message
)
public:
virtual void ConvertMessage(
T message
) abstract
Public MustOverride Sub ConvertMessage (
message As T
)
Parameters
message
Type: TMessage type.
See Also
ConvertibleVarFile<T> Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top