iControl.LocalLBProfileFastHttp.get_connection_pool_maximum_reuse C# (CSharp) Method

get_connection_pool_maximum_reuse() private method

private get_connection_pool_maximum_reuse ( string profile_names ) : LocalLBProfileULong[]
profile_names string
return LocalLBProfileULong[]
        public LocalLBProfileULong[] get_connection_pool_maximum_reuse(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_connection_pool_maximum_reuse", new object [] {
                profile_names});
            return ((LocalLBProfileULong [])(results[0]));
        }
LocalLBProfileFastHttp