Managed Object - ConverterAgentInternalDisposable

Since
Converter API 1.0


Managed Object Description

Disposable objects.

Properties

Name Type Description
None

Methods

Methods defined in this Managed Object
AgentInternalDispose, AgentInternalMakeSticky

AgentInternalDispose

Unregister object from global map and detach it from session. This will destroy the object if there are no other references to it.
Required Privileges
None

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the ConverterAgentInternalDisposable used to make the method call.

Return Value

Type Description
None

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None



AgentInternalMakeSticky

Do not automatically destroy this object when its session closes.
Required Privileges
None

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the ConverterAgentInternalDisposable used to make the method call.

Return Value

Type Description
None

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None