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