PyIExternalConnection Object

A Python wrapper for a COM IExternalConnection interface.

Comments

The IExternalConnection interface manages a server object's count of marshaled, or external, connections. A server that maintains such a count can detect when it has no external connections and shut itself down in an orderly fashion.

Methods

AddConnection
Increments an object's count of its strong external connections (links). 

ReleaseConnection
Decrements an object's count of its strong external connections (references). 

Based On

PyIUnknown