iControl.ManagementApplicationTemplate.set_ignore_verification_state C# (CSharp) Method

set_ignore_verification_state() private method

private set_ignore_verification_state ( string templates, CommonEnabledState states ) : void
templates string
states CommonEnabledState
return void
        public void set_ignore_verification_state(
		string [] templates,
		CommonEnabledState [] states
	)
        {
            this.Invoke("set_ignore_verification_state", new object [] {
                templates,
                states});
        }
ManagementApplicationTemplate