DirectEventStream 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
DirectEventStream() | |
DirectEventStream(String, Int32) |
DirectEventStream()
public:
DirectEventStream();
public DirectEventStream ();
Public Sub New ()
Applies to
DirectEventStream(String, Int32)
public:
DirectEventStream(System::String ^ connectionString, int flushThreshold);
public DirectEventStream (string connectionString, int flushThreshold);
new Microsoft.BizTalk.Bam.EventObservation.DirectEventStream : string * int -> Microsoft.BizTalk.Bam.EventObservation.DirectEventStream
Public Sub New (connectionString As String, flushThreshold As Integer)
Parameters
- connectionString
- String
- flushThreshold
- Int32