iControl.LocalLBProfileDiameter.set_max_watchdog_failure C# (CSharp) Method

set_max_watchdog_failure() private method

private set_max_watchdog_failure ( string profile_names, LocalLBProfileULong failures ) : void
profile_names string
failures LocalLBProfileULong
return void
        public void set_max_watchdog_failure(
		string [] profile_names,
		LocalLBProfileULong [] failures
	)
        {
            this.Invoke("set_max_watchdog_failure", new object [] {
                profile_names,
                failures});
        }
LocalLBProfileDiameter