Microsoft.R.Host.Client.Test.Script.RHostClientTestApp.ViewFile C# (CSharp) 메소드

ViewFile() 공개 메소드

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