Microsoft.R.Host.Client.Test.Stubs.RSessionCallbackStub.ViewLibraryAsync C# (CSharp) 메소드

ViewLibraryAsync() 공개 메소드

public ViewLibraryAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
리턴 Task
        public Task ViewLibraryAsync(CancellationToken cancellationToken) {
            ViewLibraryCalls.Add(0);
            ViewLibraryHandler?.Invoke();
            return Task.CompletedTask;
        }