AppDomainRoot(String, IMemoryAllocator, IDictionary) Constructor

Definition

public:
 AppDomainRoot(System::String ^ name, Microsoft::XLANGs::BizTalk::ProcessInterface::IMemoryAllocator ^ owner, System::Collections::IDictionary ^ appProps);
public AppDomainRoot (string name, Microsoft.XLANGs.BizTalk.ProcessInterface.IMemoryAllocator owner, System.Collections.IDictionary appProps);
new Microsoft.BizTalk.XLANGs.BTXEngine.AppDomains.AppDomainRoot : string * Microsoft.XLANGs.BizTalk.ProcessInterface.IMemoryAllocator * System.Collections.IDictionary -> Microsoft.BizTalk.XLANGs.BTXEngine.AppDomains.AppDomainRoot
Public Sub New (name As String, owner As IMemoryAllocator, appProps As IDictionary)

Parameters

name
String
owner
Microsoft.XLANGs.BizTalk.ProcessInterface.IMemoryAllocator
appProps
IDictionary

Applies to