Class CommunicatorDescriptor
- Namespace
- IceGrid
- Assembly
- IceGrid.dll
Describes an Ice communicator.
[SliceTypeId("::IceGrid::CommunicatorDescriptor")]
public class CommunicatorDescriptor : Value
- Inheritance
-
CommunicatorDescriptor
- Derived
- Inherited Members
Remarks
The Slice compiler generated this class from Slice class ::IceGrid::CommunicatorDescriptor
.
Constructors
CommunicatorDescriptor(AdapterDescriptor[], PropertySetDescriptor, DbEnvDescriptor[], string[])
Initializes a new instance of the CommunicatorDescriptor class.
public CommunicatorDescriptor(AdapterDescriptor[] adapters, PropertySetDescriptor propertySet, DbEnvDescriptor[] dbEnvs, string[] logs)
Parameters
adapters
AdapterDescriptor[]propertySet
PropertySetDescriptordbEnvs
DbEnvDescriptor[]logs
string[]
CommunicatorDescriptor(AdapterDescriptor[], PropertySetDescriptor, DbEnvDescriptor[], string[], string)
Initializes a new instance of the CommunicatorDescriptor class.
public CommunicatorDescriptor(AdapterDescriptor[] adapters, PropertySetDescriptor propertySet, DbEnvDescriptor[] dbEnvs, string[] logs, string description)
Parameters
adapters
AdapterDescriptor[]propertySet
PropertySetDescriptordbEnvs
DbEnvDescriptor[]logs
string[]description
string
Fields
adapters
The indirect object adapters.
public AdapterDescriptor[] adapters
Field Value
dbEnvs
The database environments.
[Obsolete]
public DbEnvDescriptor[] dbEnvs
Field Value
description
A description of this descriptor.
public string description
Field Value
logs
The path of each log file.
public string[] logs
Field Value
- string[]
propertySet
The property set.
public PropertySetDescriptor propertySet
Field Value
Methods
ice_id()
Returns the Slice type ID of the most-derived interface supported by this object.
public override string ice_id()
Returns
- string
The return value is always ::Ice::Object.
ice_staticId()
Gets the type ID of the associated Slice class.
public static string ice_staticId()
Returns
- string
The string
::IceGrid::CommunicatorDescriptor
.