AcManager.Tools.Helpers.Loaders.DirectLoader.PrepareAsync C# (CSharp) 메소드

PrepareAsync() 공개 메소드

public PrepareAsync ( WebClient client, CancellationToken cancellation ) : Task
client System.Net.WebClient
cancellation System.Threading.CancellationToken
리턴 Task
        public virtual Task<bool> PrepareAsync(WebClient client, CancellationToken cancellation) {
            return Task.FromResult(true);
        }