AngleSharp.Io.Extensions.GeneralExtensions.Forget C# (CSharp) Метод

Forget() публичный статический Метод

Forgets the given task. Exceptions are ignored and continuations are pointless.
public static Forget ( this task ) : void
task this The task to forget after firing.
Результат void
        public static void Forget(this Task task)
        {
        }
    }
GeneralExtensions