iControl.ManagementOCSPResponder.set_explicit_state C# (CSharp) Метод

set_explicit_state() приватный Метод

private set_explicit_state ( string responders, CommonEnabledState states ) : void
responders string
states CommonEnabledState
Результат void
        public void set_explicit_state(
		string [] responders,
		CommonEnabledState [] states
	)
        {
            this.Invoke("set_explicit_state", new object [] {
                responders,
                states});
        }
ManagementOCSPResponder