ZSegmentStream.IsEndStream(DataReader, MessageType, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static bool IsEndStream(Microsoft::Solutions::BTAHL7::Pipelines::DataReader ^ rdr, Microsoft::Solutions::BTAHL7::Pipelines::MessageType mtype, [Runtime::InteropServices::Out] System::String ^ % nextTagID);
public static bool IsEndStream (Microsoft.Solutions.BTAHL7.Pipelines.DataReader rdr, Microsoft.Solutions.BTAHL7.Pipelines.MessageType mtype, out string nextTagID);
static member IsEndStream : Microsoft.Solutions.BTAHL7.Pipelines.DataReader * Microsoft.Solutions.BTAHL7.Pipelines.MessageType * -> bool
Public Shared Function IsEndStream (rdr As DataReader, mtype As MessageType, ByRef nextTagID As String) As Boolean
Parameters
- rdr
- DataReader
- mtype
- MessageType
- nextTagID
- String