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

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

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

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

Connects to the specified sender.

Disconnect ( ConnectionLogicSender sender ) : void

Disconnects from the specified sender.

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

Метод Описание
ConnectionLogicReceiver ( Item owner ) : System
ConnectionLogicReceiver ( Item owner, string connectionType ) : System

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

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

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

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

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