IClientMessageFormatter.DeserializeReply Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Converts a message into a return value and out parameters that are passed back to the calling operation.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- message
- Type: System.ServiceModel.Channels.Message
The inbound message.
- parameters
- Type:
System.Object
[]
Any out values.
Show: