iControl.LocalLBProfileTCP.set_ack_on_push_state C# (CSharp) Method

set_ack_on_push_state() private method

private set_ack_on_push_state ( string profile_names, LocalLBProfileEnabledState states ) : void
profile_names string
states LocalLBProfileEnabledState
return void
        public void set_ack_on_push_state(
		string [] profile_names,
		LocalLBProfileEnabledState [] states
	)
        {
            this.Invoke("set_ack_on_push_state", new object [] {
                profile_names,
                states});
        }
LocalLBProfileTCP