Version

DeserializeResponse Method

Deserializes the response.
Syntax
'Declaration
 
Function DeserializeResponse( _
   ByVal response As System.String, _
   ByVal type As RemoteRequestType _
) As System.Object
System.object DeserializeResponse( 
   System.string response,
   RemoteRequestType type
)

Parameters

response
The string of the serialized response.
type
The request type.

Return Value

Deserialized response.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub