iControl.LocalLBNodeAddressV2.set_session_enabled_state C# (CSharp) Méthode

set_session_enabled_state() private méthode

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