Share via


FilterBox.IComponentConnector.Connect Method (Int32, Object)

 

Attaches events and names to compiled content.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

void IComponentConnector.Connect(
    int connectionId,
    object target
)
private:
virtual void Connect(
    int connectionId,
    Object^ target
) sealed = IComponentConnector::Connect
Private Sub Connect (
    connectionId As Integer,
    target As Object
)
    Implements IComponentConnector.Connect

Parameters

  • connectionId
    Type: System.Int32

    An identifier token to distinguish calls.

  • target
    Type: System.Object

    The target to connect events and names to.

Implements

IComponentConnector.Connect(Int32, Object)

See Also

FilterBox Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top