Encapsulates the information needed to provide transfer progress to subscribers of the DownloadDirectory event.
상속: System.EventArgs
 internal void OnRaiseProgressEvent(DownloadDirectoryProgressArgs downloadDirectoryProgress)
 {
     AWSSDKUtils.InvokeInBackground(DownloadedDirectoryProgressEvent, downloadDirectoryProgress, this);
 }
 internal void OnRaiseProgressEvent(DownloadDirectoryProgressArgs downloadDirectoryProgress)
 {
     AWSSDKUtils.InvokeInBackground(DownloadedDirectoryProgressEvent, downloadDirectoryProgress, this);
 }