iControl.LocalLBNATV2.get_arp_state C# (CSharp) Method

get_arp_state() private method

private get_arp_state ( string nats ) : CommonEnabledState[]
nats string
return CommonEnabledState[]
        public CommonEnabledState[] get_arp_state(
		string [] nats
	)
        {
            object [] results = this.Invoke("get_arp_state", new object [] {
                nats});
            return ((CommonEnabledState [])(results[0]));
        }