Amazon.Glacier.AmazonGlacierClient.Initialize C# (CSharp) Method

Initialize() protected method

Specialize the initialize of the client.
protected Initialize ( ) : void
return void
        protected override void Initialize()
        {
            var clientConfig = this.Config as ClientConfig;
            if (clientConfig != null)
            {
                clientConfig.SetUseNagleIfAvailable(true);
                clientConfig.ResignRetries = true;
            }
            base.Initialize();
        }
    }
AmazonGlacierClient