iControl.ASMPolicy.set_active C# (CSharp) Method

set_active() private method

private set_active ( string policy_names, bool active_flags ) : void
policy_names string
active_flags bool
return void
        public void set_active(
		string [] policy_names,
		bool [] active_flags
	)
        {
            this.Invoke("set_active", new object [] {
                policy_names,
                active_flags});
        }
ASMPolicy