ComponentProperties Class

Pooling settings and User Role information of Components.
Inheritance Hierarchy

SystemObject
  Unisys.AgileBusiness.RuntimeAPIComponentProperties

Namespace:  Unisys.AgileBusiness.RuntimeAPI
Assembly:  Unisys.AgileBusiness.RuntimeAPI (in Unisys.AgileBusiness.RuntimeAPI.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax

public class ComponentProperties

The ComponentProperties type exposes the following members.

Constructors

  NameDescription
Public methodComponentProperties
Initializes a new instance of the ComponentProperties class
Top
Properties

  NameDescription
Public propertyApplicationName
Gets or sets COM+ application name
Public propertyApplicationPoolSize
Gets or sets Application pool size
Public propertyCreationTimeout
Gets or sets Activation creation timeout (ms)
Public propertyMaximumPoolSize
Gets or sets Activation maximum pool size
Public propertyMinimumPoolSize
Gets or sets Activation minimum pool size
Public propertyRecycleActivationLimit
Gets or sets Recycling activation limit
Public propertyRecycleCallLimit
Gets or sets Recycling call limit
Public propertyRecycleExpirationTimeout
Gets or sets Recycling expiration timeout (minutes)
Public propertyRecycleLifetimeLimit
Gets or sets Recycling lifetime limit (minutes)
Public propertyRecycleMemoryLimit
Gets or sets Recycling memory limit (KB)
Public propertyRoles
Gets or sets COM+ roles
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also