







![]() ![]() |
Optimization Framework |
UnityServiceHost Constructor (Type, array<Uri>[]()[][]) |
UnityServiceHost Class See Also Send Feedback |
Initializes a new instance of the UnityServiceHost class.
Namespace: Optimization.Unity
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0
Syntax
C# |
---|
public UnityServiceHost( Type serviceType, params Uri[] baseAddresses ) |
Visual Basic |
---|
Public Sub New ( _ serviceType As Type, _ ParamArray baseAddresses As Uri() _ ) |
Visual C++ |
---|
public: UnityServiceHost( Type^ serviceType, ... array<Uri^>^ baseAddresses ) |
Parameters
- serviceType
- Type: System..::..Type
Type of the service.
- baseAddresses
- Type: array<System..::..Uri>[]()[][]
The base addresses.