Share via


RuleSetTrackingInterceptor Constructors

Definition

Overloads

RuleSetTrackingInterceptor()
RuleSetTrackingInterceptor(Guid, Stream)

RuleSetTrackingInterceptor()

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

Applies to

RuleSetTrackingInterceptor(Guid, Stream)

public:
 RuleSetTrackingInterceptor(Guid applicationGuid, System::IO::Stream ^ trackingData);
public RuleSetTrackingInterceptor (Guid applicationGuid, System.IO.Stream trackingData);
new Microsoft.BizTalk.RuleEngineExtensions.RuleSetTrackingInterceptor : Guid * System.IO.Stream -> Microsoft.BizTalk.RuleEngineExtensions.RuleSetTrackingInterceptor
Public Sub New (applicationGuid As Guid, trackingData As Stream)

Parameters

applicationGuid
Guid
trackingData
Stream

Applies to