IExternalConnection Interface

Manages a server object's count of marshaled, or external, connections. Enables the object to shutdown when appropriate. For more information, see IExternalConnection.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00000019-0000-0000-C000-000000000046")> _
Public Interface IExternalConnection
[InterfaceTypeAttribute()]
[GuidAttribute("00000019-0000-0000-C000-000000000046")]
public interface IExternalConnection
[InterfaceTypeAttribute()]
[GuidAttribute(L"00000019-0000-0000-C000-000000000046")]
public interface class IExternalConnection
[<InterfaceTypeAttribute()>]
[<GuidAttribute("00000019-0000-0000-C000-000000000046")>]
type IExternalConnection =  interface end
public interface IExternalConnection

The IExternalConnection type exposes the following members.

Methods

  Name Description
Public method AddConnection
Public method ReleaseConnection

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace