Artemis.DeviceProviders.DeviceProvider.TryEnableAsync C# (CSharp) Метод

TryEnableAsync() публичный Метод

Tries to enable the device and updates CanUse accordingly asynchronously
public TryEnableAsync ( ) : Task
Результат Task
        public Task<bool> TryEnableAsync()
        {
            return Task.Run(() => TryEnable());
        }
    }