Gets a
EventStream from the pipeline context.
Namespace: Microsoft.BizTalk.Component.Interop
Assembly: Microsoft.BizTalk.Pipeline (in microsoft.biztalk.pipeline.dll)
Function GetEventStream As EventStream
EventStream GetEventStream ()
EventStream^ GetEventStream ()
EventStream GetEventStream ()
function GetEventStream () : EventStream
Return Value
A EventStream from the pipeline context.
When the >GetEventStream method is first called, a >EventStream object is created and returned. Subsequent calls return the previously created object.
The EventStream object is used by custom pipeline components during calls to the >Execute method. One or more components in the same pipeline calling the method results in concatenation of more BAM events onto the end of the stream.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
The 32-bit and 64-bit editions of Windows Server 2003 R2 (except the Web Editions); the 32-bit and 64-bit editions of Windows Server 2003 with SP1 or SP2 (except the Web Edition); Windows Small Business Server 2003 with SP1 or SP2; the 32-bit and 64-bit editions of Windows Vista Ultimate, Enterprise and Business editions; the 32-bit and 64-bit editions of Windows XP ProfessionalTarget Platforms
The 32-bit and 64-bit editions of Windows Server 2003 R2 (except the Web Editions); the 32-bit and 64-bit editions of Windows Server 2003 with SP1 or SP2 (except the Web Edition); Windows Small Business Server 2003 with SP1 or SP2