C# Class MappyData.RandomRoutePointSource

Afficher le fichier Open project: noodlefrenzy/asp-mappy

Méthodes publiques

Свойство Type Description
Cancel System.Threading.CancellationToken

Méthodes publiques

Méthode Description
RandomRoutePointSource ( Action onNewPoint, int seed = 17, int millisBetweenPoints = 100, int numUsers = 20, double maxRangeLatLong = .1 ) : Microsoft.WindowsAzure.Storage.Table
StartAsync ( ) : Task

Private Methods

Méthode Description
GeneratePoint ( ) : RoutePoint
NextCoord ( double center, double maxRange ) : double

Method Details

RandomRoutePointSource() public méthode

public RandomRoutePointSource ( Action onNewPoint, int seed = 17, int millisBetweenPoints = 100, int numUsers = 20, double maxRangeLatLong = .1 ) : Microsoft.WindowsAzure.Storage.Table
onNewPoint Action
seed int
millisBetweenPoints int
numUsers int
maxRangeLatLong double
Résultat Microsoft.WindowsAzure.Storage.Table

StartAsync() public méthode

public StartAsync ( ) : Task
Résultat Task

Property Details

Cancel public_oe property

public CancellationToken,System.Threading Cancel
Résultat System.Threading.CancellationToken