AcManager.Tools.ContentInstallation.SharpCompressContentInstallator.TrySetPasswordAsync C# (CSharp) Méthode

TrySetPasswordAsync() public méthode

public TrySetPasswordAsync ( string password ) : System.Threading.Tasks.Task
password string
Résultat System.Threading.Tasks.Task
        public override Task TrySetPasswordAsync(string password) {
            Password = password;
            return CreateExtractorAsync();
        }