IExternalConnection Interface

Definition

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

public interface class IExternalConnection
public interface class IExternalConnection
__interface IExternalConnection
[System.Runtime.InteropServices.Guid("00000019-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IExternalConnection
[System.Runtime.InteropServices.Guid("00000019-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IExternalConnection
[<System.Runtime.InteropServices.Guid("00000019-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IExternalConnection = interface
[<System.Runtime.InteropServices.Guid("00000019-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IExternalConnection = interface
Public Interface IExternalConnection
Attributes

Methods

AddConnection(UInt32, UInt32)
ReleaseConnection(UInt32, UInt32, Int32)

Applies to