iControl.LocalLBProfileTCP.get_proxy_buffer_high C# (CSharp) Method

get_proxy_buffer_high() private method

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