IStreamContainerGetNext Method
Gets the next
ISDTField.
If the returned ISDTField is of type SDTFieldType.MAP or SDTFieldType.STREAM, it is recommended to Close the container when done. If it is not explicitly closed,
the container is automatically closed when the associated parent container is closed
or the associated message (if it is a message-dependent container) is disposed.
Namespace: SolaceSystems.Solclient.Messaging.SDTAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
Return Value
ISDTFieldThe next value in the stream. Null if the end of stream is reached.