iControl.ASMLoggingProfile.set_logic_operation C# (CSharp) Метод

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

private set_logic_operation ( string logprof_names, ASMLoggingLogicOperation logic_operations ) : void
logprof_names string
logic_operations ASMLoggingLogicOperation
Результат void
        public void set_logic_operation(
		string [] logprof_names,
		ASMLoggingLogicOperation [] logic_operations
	)
        {
            this.Invoke("set_logic_operation", new object [] {
                logprof_names,
                logic_operations});
        }
ASMLoggingProfile