iControl.ASMLoggingProfile.set_remote_log_facility C# (CSharp) Method

set_remote_log_facility() private method

private set_remote_log_facility ( string logprof_names, ASMLoggingRemoteFacility remote_log_facilities ) : void
logprof_names string
remote_log_facilities ASMLoggingRemoteFacility
return void
        public void set_remote_log_facility(
		string [] logprof_names,
		ASMLoggingRemoteFacility [] remote_log_facilities
	)
        {
            this.Invoke("set_remote_log_facility", new object [] {
                logprof_names,
                remote_log_facilities});
        }
ASMLoggingProfile