iControl.ASMPolicy.get_active C# (CSharp) Method

get_active() private method

private get_active ( string policy_names ) : bool[]
policy_names string
return bool[]
        public bool[] get_active(
		string [] policy_names
	)
        {
            object [] results = this.Invoke("get_active", new object [] {
                policy_names});
            return ((bool [])(results[0]));
        }
ASMPolicy