Amazon.S3.Transfer.Executer.Executer C# (CSharp) Méthode

Executer() private méthode

private Executer ( TransferAsyncResult asyncResult, BaseCommand command ) : System
asyncResult TransferAsyncResult
command Amazon.S3.Transfer.Internal.BaseCommand
Résultat System
        internal Executer(TransferAsyncResult asyncResult, BaseCommand command)
        {
            this._asyncResult = asyncResult;
            this._command = command;
        }