Click or drag to resize
TestUtilDeserializeService Method (String)
Creates a Service from the specified xml.

Namespace:  Bloomberglp.Blpapi.Test
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.19.2.1
Syntax
public static Service DeserializeService(
	string xml
)

Parameters

xml
Type: SystemString
A String containing a service schema in XML format.

Return Value

Type: Service
Returns a test Service that is configured for the specified XML encoded schema.
See Also