MessagePrint Method (Stream) |
Print the message into the stream.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.15.0.1
Syntax public abstract void Print(
Stream output
)
Public MustOverride Sub Print (
output As Stream
)
public:
virtual void Print(
Stream^ output
) abstract
abstract Print :
output : Stream -> unit
Parameters
- output
- Type: System.IOStream
See Also