IPipelineContext.GetEventStream Method
IPipelineContext.GetEventStream Method
Gets a EventStream from the pipeline context.

Namespace: Microsoft.BizTalk.Component.Interop
Assembly: Microsoft.BizTalk.Pipeline (in microsoft.biztalk.pipeline.dll)
Syntax

Visual Basic
Function GetEventStream As EventStream
C#
EventStream GetEventStream ()
C++
EventStream^ GetEventStream ()
J#
EventStream GetEventStream ()
JScript
function GetEventStream () : EventStream

Return Value

A EventStream from the pipeline context.
Remarks

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.


Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

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 Professional

Target 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
See Also

Tags :


Page view tracker