PublicResponderProcess Constructors

Definition

Overloads

PublicResponderProcess(Guid, BTXSession, BTXEvents)
PublicResponderProcess(Int32, Guid, BTXService)

PublicResponderProcess(Guid, BTXSession, BTXEvents)

public:
 PublicResponderProcess(Guid instanceId, Microsoft::BizTalk::XLANGs::BTXEngine::BTXSession ^ session, Microsoft::BizTalk::XLANGs::BTXEngine::BTXEvents ^ tracker);
public PublicResponderProcess (Guid instanceId, Microsoft.BizTalk.XLANGs.BTXEngine.BTXSession session, Microsoft.BizTalk.XLANGs.BTXEngine.BTXEvents tracker);
new Microsoft.Solutions.BTARN.PublicResponder.PublicResponderProcess : Guid * Microsoft.BizTalk.XLANGs.BTXEngine.BTXSession * Microsoft.BizTalk.XLANGs.BTXEngine.BTXEvents -> Microsoft.Solutions.BTARN.PublicResponder.PublicResponderProcess
Public Sub New (instanceId As Guid, session As BTXSession, tracker As BTXEvents)

Parameters

instanceId
Guid
session
BTXSession
tracker
BTXEvents

Applies to

PublicResponderProcess(Int32, Guid, BTXService)

public:
 PublicResponderProcess(int callIndex, Guid instanceId, Microsoft::BizTalk::XLANGs::BTXEngine::BTXService ^ parent);
public PublicResponderProcess (int callIndex, Guid instanceId, Microsoft.BizTalk.XLANGs.BTXEngine.BTXService parent);
new Microsoft.Solutions.BTARN.PublicResponder.PublicResponderProcess : int * Guid * Microsoft.BizTalk.XLANGs.BTXEngine.BTXService -> Microsoft.Solutions.BTARN.PublicResponder.PublicResponderProcess
Public Sub New (callIndex As Integer, instanceId As Guid, parent As BTXService)

Parameters

callIndex
Int32
instanceId
Guid
parent
BTXService

Applies to