Encapsulates the information needed to provide transfer progress to subscribers of the DownloadDirectory event.
Inheritance: System.EventArgs
コード例 #1
0
 internal void OnRaiseProgressEvent(DownloadDirectoryProgressArgs downloadDirectoryProgress)
 {
     AWSSDKUtils.InvokeInBackground(DownloadedDirectoryProgressEvent, downloadDirectoryProgress, this);
 }
コード例 #2
0
 internal void OnRaiseProgressEvent(DownloadDirectoryProgressArgs downloadDirectoryProgress)
 {
     AWSSDKUtils.InvokeInBackground(DownloadedDirectoryProgressEvent, downloadDirectoryProgress, this);
 }