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;
        }