iControl.LocalLBProfileFastL4.get_ip_fragment_reassemble_state C# (CSharp) Метод

get_ip_fragment_reassemble_state() приватный Метод

private get_ip_fragment_reassemble_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
profile_names string
Результат iControl.LocalLBProfileEnabledState[]
        public LocalLBProfileEnabledState[] get_ip_fragment_reassemble_state(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_ip_fragment_reassemble_state", new object [] {
                profile_names});
            return ((LocalLBProfileEnabledState [])(results[0]));
        }
LocalLBProfileFastL4