MCPcopy Index your code
hub / github.com/aspnet/AzureSignalR-samples / IFlightControl

Interface IFlightControl

samples/FlightMap/IFlightControl.cs:6–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace Microsoft.Azure.SignalR.Samples.FlightMap
5{
6 public interface IFlightControl {
7 void Start();
8
9 void Stop();
10
11 void Restart();
12
13 int VisitorJoin();
14
15 int VisitorLeave();
16
17 void SetSpeed(int speed);
18 }
19}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected