iControl.WebAcceleratorApplications.get_maximum_etag_cache_size C# (CSharp) Method

get_maximum_etag_cache_size() private method

private get_maximum_etag_cache_size ( string applications ) : long[]
applications string
return long[]
        public long[] get_maximum_etag_cache_size(
		string [] applications
	)
        {
            object [] results = this.Invoke("get_maximum_etag_cache_size", new object [] {
                applications});
            return ((long [])(results[0]));
        }
WebAcceleratorApplications