iControl.LocalLBNATV2.get_arp_state C# (CSharp) 메소드

get_arp_state() 개인적인 메소드

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