BTXService 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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)
参数
- instanceId
- Guid
- session
- BTXSession
- name
- String
- tracker
- BTXEvents
适用于
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)
参数
- callIndex
- Int32
- instanceId
- Guid
- parent
- BTXService
- name
- String