DeserializeRequest Method
Collapse the table of content
Expand the table of content

IDispatchMessageFormatter.DeserializeRequest Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Deserializes a message into an array of parameters.

Namespace:  System.ServiceModel.Dispatcher
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

void DeserializeRequest(
	Message message,
	Object[] parameters
)

Parameters

message
Type: System.ServiceModel.Channels.Message
The incoming message.
parameters
Type: System.Object []
The array of objects that are passed to the operation as parameters.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft