Amazon.Glacier.Transfer.DownloadOptions.DownloadOptions C# (CSharp) Method

DownloadOptions() public method

Default constructor
public DownloadOptions ( ) : System
return System
        public DownloadOptions()
        {
            PollingInterval = DEFAULT_POLLING_INTERVAL;
        }
DownloadOptions