iControl.ASMLoggingProfile.set_guarantee_logging_flag C# (CSharp) Method

set_guarantee_logging_flag() private method

private set_guarantee_logging_flag ( string logprof_names, bool guarantee_logging_flags ) : void
logprof_names string
guarantee_logging_flags bool
return void
        public void set_guarantee_logging_flag(
		string [] logprof_names,
		bool [] guarantee_logging_flags
	)
        {
            this.Invoke("set_guarantee_logging_flag", new object [] {
                logprof_names,
                guarantee_logging_flags});
        }
ASMLoggingProfile