Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the MessageFile<T> class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected MessageFile(
T sourceMessage
)
protected:
MessageFile(
T sourceMessage
)
Protected Sub New (
sourceMessage As T
)
Parameters
sourceMessage
Type: TThe source message.
See Also
MessageFile<T> Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top