COMTIIntrinsicsAttribute Class
.NET Framework 3.0
Enables you to pass context properties from the COM Transaction Integrator (COMTI) into the COM+ context.
Namespace: System.EnterpriseServices
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
[ComVisibleAttribute(false)] [AttributeUsageAttribute(AttributeTargets.Class, Inherited=true)] public sealed class COMTIIntrinsicsAttribute : Attribute
/** @attribute ComVisibleAttribute(false) */ /** @attribute AttributeUsageAttribute(AttributeTargets.Class, Inherited=true) */ public final class COMTIIntrinsicsAttribute extends Attribute
ComVisibleAttribute(false) AttributeUsageAttribute(AttributeTargets.Class, Inherited=true) public final class COMTIIntrinsicsAttribute extends Attribute
Not applicable.
COMTI provides services for accessing the IBM Customer Information Control System (CICS) and IBM Information Management System (IMS). Essentially, COMTI provides a set of tools and services that ease the task of wrapping mainframe transactions and business logic as COM components.
For more information about using attributes, see Extending Metadata Using Attributes.
Community Additions
ADD
Show: