EventStream Class
EventStream Class
When overridden in a derived class represents a stream of data and events that are persisted in a form that can be queried.

Namespace: Microsoft.BizTalk.Bam.EventObservation
Assembly: Microsoft.BizTalk.Bam.EventObservation (in microsoft.biztalk.bam.eventobservation.dll)
Syntax

Visual Basic
<SerializableAttribute> _
Public Class EventStream
C#
[SerializableAttribute] 
public class EventStream
C++
[SerializableAttribute] 
public ref class EventStream
J#
/** @attribute SerializableAttribute() */ 
public class EventStream
JScript
SerializableAttribute 
public class EventStream
Remarks

This class is inherited by the DirectEventStream and BufferedEventStream classes. The EventStream class can never be instantiated.

Aa963108.note(en-us,BTS.20).gifNote
While it is possible to create classes inherited from the EventStream class and change the values of the members, this is not a supported scenario within in the BAM development framework. The EventStream class is intended for internal use to support the DirectEventStream and BufferedEventStream classes.


Inheritance Hierarchy

System.Object
  Microsoft.BizTalk.Bam.EventObservation.EventStream
     Microsoft.BizTalk.Bam.EventObservation.BufferedEventStream
     Microsoft.BizTalk.Bam.EventObservation.DirectEventStream
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