BufferedEventStream.StreamID Property
BufferedEventStream.StreamID Property
Gets or sets the event stream instance identifier.

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

Visual Basic
Public Property StreamID As Guid
C#
public Guid StreamID { get; set; }
C++
public:
property Guid StreamID {
    Guid get ();
    void set (Guid value);
}
J#
/** @property */
public Guid get_StreamID ()

/** @property */
public void set_StreamID (Guid value)
JScript
public function get StreamID () : Guid

public function set StreamID (value : Guid)

Property Value

A Guid that represents the event stream instance identifier.
Remarks

The Event Bus Service guarantees ordered delivery of the events in the same stream instance. The order of events belonging to different streams is not guaranteed.


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