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.
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