Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.27 KB

orchestrationeventstream.md

File metadata and controls

32 lines (23 loc) · 1.27 KB
description title ms.custom ms.date ms.service ms.reviewer ms.suite ms.topic
Learn more about: OrchestrationEventStream
OrchestrationEventStream
06/08/2017
biztalk-server
article

OrchestrationEventStream

You use the OrchestrationEventStream (OES) API when your application runs on a computer on which BizTalk Server is installed and you are tracking items that are part of BizTalk orchestration transactions.

The OES API stores tracking data first in the BizTalk MessageBox database. Periodically the data is processed and persisted to the BAM Primary Import database by the Tracking Data Decode Service (TDDS).

The OES API is found in the Microsoft.BizTalk.Bam.EventObservation namespace. To use the API you must add the Microsoft.Biztalk.BAM.Xlangs.dll to your project.

OES Members

The OES API is derived from the Microsoft.BizTalk.Bam.EventObservation.EventStream class.

OES implements all of the methods within the EventStream class, but has the following exception in behaviors:

public static void Clear();

No operation.

public static void Flush();

No operation.

See Also

EventStream Classes