PhysicalParserOpenAsync(Stream, Boolean) Method
Opens a PQDIF file from a stream of data.
Namespace: Gemstone.PQDIF.PhysicalAssembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.175 -- Release Build+a152c83ab7e8bc80b13d4c54f49e6aed4695c83e
Public Function OpenAsync (
stream As Stream,
Optional leaveOpen As Boolean = false
) As Task
function OpenAsync(stream, leaveOpen);
- stream Stream
- The stream from which to read the PQDIF file.
- leaveOpen Boolean (Optional)
- True to leave the stream open when closing the parser; false otherwise.
Task[Missing <returns> documentation for "M:Gemstone.PQDIF.Physical.PhysicalParser.OpenAsync(System.IO.Stream,System.Boolean)"]