Skip to content

IGate Interface

sequenze edited this page Jun 15, 2017 · 2 revisions

Defines a mechanism for controlling the flow of Gate events.

Inheritance Hierarchy

Object

Syntax

public abstract interface IGate

Methods

Name                                                     Description
Start(Action<IConnectionMode>) Starts the gate, and the callback function is executed when an incoming connection is established
Stop() Stops the gate from reacting on incoming connections.

See Also

IConnectionMode

Overview

IGate Methods

Clone this wiki locally