IMapContainerGetNext Method
Gets the next KeyValuePair(where key is a
String and value is a
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
KeyValuePair<string, ISDTField> GetNext()
Return Value
KeyValuePairString,
ISDTFieldKeyValuePair(null, null) if end of Map is reached.