BufferedEventStream Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BufferedEventStream() | |
BufferedEventStream(String, Int32) |
BufferedEventStream()
public:
BufferedEventStream();
public BufferedEventStream ();
Public Sub New ()
Applies to
BufferedEventStream(String, Int32)
public:
BufferedEventStream(System::String ^ connectionString, int flushThreshold);
public BufferedEventStream (string connectionString, int flushThreshold);
new Microsoft.BizTalk.Bam.EventObservation.BufferedEventStream : string * int -> Microsoft.BizTalk.Bam.EventObservation.BufferedEventStream
Public Sub New (connectionString As String, flushThreshold As Integer)
Parameters
- connectionString
- String
- flushThreshold
- Int32