This documentation is archived and is not being maintained.

COMTIIntrinsicsAttribute Class

Enables you to pass context properties from the COM Transaction Integrator (COMTI) into the COM+ context.

For a list of all members of this type, see COMTIIntrinsicsAttribute Members.

System.Object
   System.Attribute
      System.EnterpriseServices.COMTIIntrinsicsAttribute

[Visual Basic]
<AttributeUsage(AttributeTargets.Class)>
<ComVisible(False)>
NotInheritable Public Class COMTIIntrinsicsAttribute
   Inherits Attribute
[C#]
[AttributeUsage(AttributeTargets.Class)]
[ComVisible(false)]
public sealed class COMTIIntrinsicsAttribute : Attribute
[C++]
[AttributeUsage(AttributeTargets::Class)]
[ComVisible(false)]
public __gc __sealed class COMTIIntrinsicsAttribute : public
   Attribute
[JScript]
public
   AttributeUsage(AttributeTargets.Class)
 ComVisible(false)
class COMTIIntrinsicsAttribute extends Attribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Remarks

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.

Requirements

Namespace: System.EnterpriseServices

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: System.Enterpriseservices (in System.Enterpriseservices.dll)

See Also

COMTIIntrinsicsAttribute Members | System.EnterpriseServices Namespace

Show: