iControl.NetworkingRouteDomainV2.get_strict_state C# (CSharp) Method

get_strict_state() private method

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