C# Класс Portal2.Connections.ConnectionLogicSender

Sends a connection from a logic receiver.
Наследование: MultiConnectionPointSender
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ConnectTo ( ConnectionLogicReceiver receiver ) : void

Connects to the specified receiver.

Disconnect ( ConnectionLogicReceiver receiver ) : void

Disconnects from the specified receiver.

Приватные методы

Метод Описание
ConnectionLogicSender ( Item owner ) : System

Описание методов

ConnectTo() публичный Метод

Connects to the specified receiver.
public ConnectTo ( ConnectionLogicReceiver receiver ) : void
receiver ConnectionLogicReceiver
Результат void

Disconnect() публичный Метод

Disconnects from the specified receiver.
public Disconnect ( ConnectionLogicReceiver receiver ) : void
receiver ConnectionLogicReceiver
Результат void