MessageFile<T>.SerializeToFile Method (String)
Creates a file with a random file name and writes to the output path.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public override string SerializeToFile(
string outputPath
)
public:
virtual String^ SerializeToFile(
String^ outputPath
) override
Public Overrides Function SerializeToFile (
outputPath As String
) As String
Parameters
outputPath
Type: System.StringThe output path.
Return Value
Type: System.String
See Also
MessageFile<T> Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top