SerializeReply Method
Collapse the table of content
Expand the table of content

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.

Namespace:  System.ServiceModel.Dispatcher
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.

Return Value

Type: System.ServiceModel.Channels.Message
The serialized reply Message.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft