Exemplo n.º 1
0
 public static DeviceState <T> BuildDeviceState <T>(int cacheTimeMs) where T : class
 {
     return(DeviceState <T> .BuildInstance(cacheTimeMs));
 }
Exemplo n.º 2
0
 internal static DeviceState <T> BuildDeviceState <T>() where T : class
 {
     return(DeviceState <T> .BuildInstance());
 }