Portal2.Connections.ConnectionLogicReceiver.ConnectTo C# (CSharp) Method

ConnectTo() public method

Connects to the specified sender.
public ConnectTo ( ConnectionLogicSender sender ) : void
sender ConnectionLogicSender
return void
        public void ConnectTo(ConnectionLogicSender sender)
        {
            base.ConnectTo(sender);
        }