AddEngineAsync Method
Adds the engine specified by EngineId to the internal authentication cache.
Syntax
[VB.NET] Public Function AddEngineAsync(ByVal EngineId As String, ByVal EngineBoots As Integer, ByVal EngineTime As Integer) As Task
[C#] public Task AddEngineAsync(byte[] engineId, int engineBoots, int engineTime);