Amazon.S3.Transfer.Executer.Executer C# (CSharp) Метод

Executer() приватный Метод

private Executer ( TransferAsyncResult asyncResult, BaseCommand command ) : System
asyncResult TransferAsyncResult
command Amazon.S3.Transfer.Internal.BaseCommand
Результат System
        internal Executer(TransferAsyncResult asyncResult, BaseCommand command)
        {
            this._asyncResult = asyncResult;
            this._command = command;
        }