iControl.LocalLBProfileWebAcceleration.evict_cache_entry C# (CSharp) Method

evict_cache_entry() private method

private evict_cache_entry ( LocalLBProfileWebAccelerationCacheKey keys, bool exact_match ) : void
keys LocalLBProfileWebAccelerationCacheKey
exact_match bool
return void
        public void evict_cache_entry(
		LocalLBProfileWebAccelerationCacheKey [] keys,
		bool exact_match
	)
        {
            this.Invoke("evict_cache_entry", new object [] {
                keys,
                exact_match});
        }
LocalLBProfileWebAcceleration