IDispatchMessageFormatter.SerializeReply Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Serializes a reply message from a specified message version, an array of parameters, and a return value.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
'Declaration Function SerializeReply ( _ messageVersion As MessageVersion, _ parameters As Object(), _ result As Object _ ) As Message
Parameters
- messageVersion
- Type: System.ServiceModel.Channels.MessageVersion
The SOAP message version.
- parameters
- Type:
System.Object
()
The array of out parameters.
- result
- Type: System.Object
The return value.
Show: