Share via


BTXService Constructors

Definition

Overloads

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

BTXService(Guid, BTXSession, String, BTXEvents)

protected:
 BTXService(Guid instanceId, Microsoft::BizTalk::XLANGs::BTXEngine::BTXSession ^ session, System::String ^ name, Microsoft::BizTalk::XLANGs::BTXEngine::BTXEvents ^ tracker);
protected BTXService (Guid instanceId, Microsoft.BizTalk.XLANGs.BTXEngine.BTXSession session, string name, Microsoft.BizTalk.XLANGs.BTXEngine.BTXEvents tracker);
new Microsoft.BizTalk.XLANGs.BTXEngine.BTXService : Guid * Microsoft.BizTalk.XLANGs.BTXEngine.BTXSession * string * Microsoft.BizTalk.XLANGs.BTXEngine.BTXEvents -> Microsoft.BizTalk.XLANGs.BTXEngine.BTXService
Protected Sub New (instanceId As Guid, session As BTXSession, name As String, tracker As BTXEvents)

Parameters

instanceId
Guid
session
BTXSession
name
String
tracker
BTXEvents

Applies to

BTXService(Int32, Guid, BTXService, String)

protected:
 BTXService(int callIndex, Guid instanceId, Microsoft::BizTalk::XLANGs::BTXEngine::BTXService ^ parent, System::String ^ name);
protected BTXService (int callIndex, Guid instanceId, Microsoft.BizTalk.XLANGs.BTXEngine.BTXService parent, string name);
new Microsoft.BizTalk.XLANGs.BTXEngine.BTXService : int * Guid * Microsoft.BizTalk.XLANGs.BTXEngine.BTXService * string -> Microsoft.BizTalk.XLANGs.BTXEngine.BTXService
Protected Sub New (callIndex As Integer, instanceId As Guid, parent As BTXService, name As String)

Parameters

callIndex
Int32
instanceId
Guid
parent
BTXService
name
String

Applies to