C# Class SensorbergSDK.Internal.Services.Resolver

Inheritance: IResolver, IDisposable
Afficher le fichier Open project: sensorberg-dev/windows10-sdk

Private Properties

Свойство Type Description
AddAsynchronRequest void
Cancel void
ExitTimerTick void
Resolve Task
ServeNextRequest Task

Méthodes publiques

Méthode Description
CreateRequest ( BeaconEventArgs beaconEventArgs ) : Task
Dispose ( ) : void
Resolver ( bool synchron ) : System

Private Methods

Méthode Description
AddAsynchronRequest ( Request request ) : void
Cancel ( ) : void
ExitTimerTick ( object state ) : void
Resolve ( Request request ) : Task
ServeNextRequest ( ) : Task

Serves the request in the current index.

Method Details

CreateRequest() public méthode

public CreateRequest ( BeaconEventArgs beaconEventArgs ) : Task
beaconEventArgs BeaconEventArgs
Résultat Task

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Resolver() public méthode

public Resolver ( bool synchron ) : System
synchron bool
Résultat System