RequestPrint Method (Stream) |
Prints the contents of this message to the specified Stream.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.5.1
Syntax void Print(
Stream output
)
Sub Print (
output As Stream
)
void Print(
Stream^ output
)
abstract Print :
output : Stream -> unit
Parameters
- output
- Type: System.IOStream
See Also