C# Class SensorbergSDK.Internal.Services.Resolver

Inheritance: IResolver, IDisposable
Mostra file Open project: sensorberg-dev/windows10-sdk

Private Properties

Property Type Description
AddAsynchronRequest void
Cancel void
ExitTimerTick void
Resolve Task
ServeNextRequest Task

Public Methods

Method Description
CreateRequest ( BeaconEventArgs beaconEventArgs ) : Task
Dispose ( ) : void
Resolver ( bool synchron ) : System

Private Methods

Method 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 method

public CreateRequest ( BeaconEventArgs beaconEventArgs ) : Task
beaconEventArgs BeaconEventArgs
return Task

Dispose() public method

public Dispose ( ) : void
return void

Resolver() public method

public Resolver ( bool synchron ) : System
synchron bool
return System