Task AppendLineFileAsync( FileInfo file, string text, CancellationToken cancellationToken )
Parameters
- file
- file that will be allowed to be updated
- text
- The text.
- cancellationToken
- Propagates notification if a operations should be canceled.
Return Value
Task.