Share via


BufferedEventStream Constructors

Definition

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

Applies to