C# Class SensorbergSDK.Internal.Data.SdkData

Persisten storage of the sdk related configuration and settings.
Datei anzeigen Open project: sensorberg-dev/windows10-sdk

Public Methods

Method Description
NextId ( ) : int

Returns next incremental ID. The ID is global to the application and the counter is not reset, when the application is restarted.

Method Details

NextId() public static method

Returns next incremental ID. The ID is global to the application and the counter is not reset, when the application is restarted.
public static NextId ( ) : int
return int