iControl.LocalLBProfileFastHttp.set_unclean_shutdown_mode C# (CSharp) Method

set_unclean_shutdown_mode() private method

private set_unclean_shutdown_mode ( string profile_names, LocalLBProfileUncleanShutdownMode modes ) : void
profile_names string
modes LocalLBProfileUncleanShutdownMode
return void
        public void set_unclean_shutdown_mode(
		string [] profile_names,
		LocalLBProfileUncleanShutdownMode [] modes
	)
        {
            this.Invoke("set_unclean_shutdown_mode", new object [] {
                profile_names,
                modes});
        }
LocalLBProfileFastHttp