iControl.ManagementApplicationTemplate.set_ignore_verification_state C# (CSharp) Méthode

set_ignore_verification_state() private méthode

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