Click to Rate and Give Feedback
IPipelineContext.GetEventStream Method
Gets a EventStream from the pipeline context.

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

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.

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 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
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker