System.IO.FileStream.AsyncCopyToAwaitable.MarkCompleted C# (CSharp) Méthode

MarkCompleted() private méthode

Called when it's known that the I/O callback for an operation will not be invoked but we'll still be awaiting the awaitable.
private MarkCompleted ( ) : void
Résultat void
            internal void MarkCompleted()
            {
                Debug.Assert(_continuation == null, "Expected null continuation");
                _continuation = s_sentinel;
            }