Microsoft.R.Host.Client.Test.Script.RHostClientTestApp.ViewFile C# (CSharp) Méthode

ViewFile() public méthode

public ViewFile ( string fileName, string tabName, bool deleteFile, CancellationToken cancellationToken ) : Task
fileName string
tabName string
deleteFile bool
cancellationToken System.Threading.CancellationToken
Résultat Task
        public Task ViewFile(string fileName, string tabName, bool deleteFile, CancellationToken cancellationToken) {
            return Task.CompletedTask;
        }