次の方法で共有


BufferedEventStream コンストラクター

定義

オーバーロード

BufferedEventStream()
BufferedEventStream(String, Int32)

BufferedEventStream()

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

適用対象

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)

パラメーター

connectionString
String
flushThreshold
Int32

適用対象