| 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
Syntaxpublic static Service DeserializeService(
Stream stream
)
Public Shared Function DeserializeService (
stream As Stream
) As Service
public:
static Service^ DeserializeService(
Stream^ stream
)
static member DeserializeService :
stream : Stream -> Service
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