Click or drag to resize

IInternalController Interface

Definition of internal (long running) controllers. These are controllers that cant be connected to, but they can communicate with clients and other controllers.

Namespace:  Crosser.Common.Server
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public interface IInternalController

The IInternalController type exposes the following members.

Methods
  NameDescription
Public methodRun
Will be called once when the server is started. You are responsible for implementing processing logic in the Run method.
Top
See Also