iControl.LocalLBProfileTCP.set_limited_transmit_recovery_state C# (CSharp) Метод

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

private set_limited_transmit_recovery_state ( string profile_names, LocalLBProfileEnabledState states ) : void
profile_names string
states LocalLBProfileEnabledState
Результат void
        public void set_limited_transmit_recovery_state(
		string [] profile_names,
		LocalLBProfileEnabledState [] states
	)
        {
            this.Invoke("set_limited_transmit_recovery_state", new object [] {
                profile_names,
                states});
        }
LocalLBProfileTCP