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

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

Parameters

stream
Type: System.IOStream
A Stream 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