Gets or sets the event stream instance identifier.
Namespace: Microsoft.BizTalk.Bam.EventObservation
Assembly: Microsoft.BizTalk.Bam.EventObservation (in microsoft.biztalk.bam.eventobservation.dll)
Public Property StreamID As Guid
public Guid StreamID { get; set; }
public:
property Guid StreamID {
Guid get ();
void set (Guid value);
}
/** @property */
public Guid get_StreamID ()
/** @property */
public void set_StreamID (Guid value)
public function get StreamID () : Guid
public function set StreamID (value : Guid)
Property Value
A Guid that represents the event stream instance identifier.
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.
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