Partager via


BufferedEventStream Constructeurs

Définition

Surcharges

BufferedEventStream()
BufferedEventStream(String, Int32)

BufferedEventStream()

public:
 BufferedEventStream();
public BufferedEventStream ();
Public Sub New ()

S’applique à

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)

Paramètres

connectionString
String
flushThreshold
Int32

S’applique à