iControl.LocalLBProfileUDP.get_allow_no_payload_state C# (CSharp) Метод

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

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