IInternalController Interface |
Namespace: Crosser.Common.Server
public interface IInternalController
The IInternalController type exposes the following members.
Name | Description | |
---|---|---|
Run |
Will be called once when the server is started.
You are responsible for implementing processing logic in the Run method.
|