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