iControl.LocalLBOCSPStaplingParameters.set_cache_timeout C# (CSharp) Method

set_cache_timeout() private method

private set_cache_timeout ( string stapling_parameters, long values ) : void
stapling_parameters string
values long
return void
        public void set_cache_timeout(
		string [] stapling_parameters,
		long [] values
	)
        {
            this.Invoke("set_cache_timeout", new object [] {
                stapling_parameters,
                values});
        }
LocalLBOCSPStaplingParameters