IMessaging Store ExtractorGet Next Message Method
Gets the next message object from the messaging store as a ChildDocument object where the
message object's contents are contained in the DocumentBytes property of the returned ChildDocument.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Extractors
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Native messaging object as a ChildDocument or returns null when there are no more messages in the messaging store. The messaging object's native data is contained in the DocumentBytes property.
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
ChildDocument GetNextMessage()Return Value
ChildDocumentNative messaging object as a ChildDocument or returns null when there are no more messages in the messaging store. The messaging object's native data is contained in the DocumentBytes property.