iControl.NetworkingRouterAdvertisement.get_other_configuration_flag_state C# (CSharp) 메소드

get_other_configuration_flag_state() 개인적인 메소드

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