-
Notifications
You must be signed in to change notification settings - Fork 2
IGate Interface
sequenze edited this page Jun 15, 2017
·
2 revisions
Defines a mechanism for controlling the flow of Gate events.
Object
public abstract interface IGate
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. |