iControl.ASMLoggingProfile.add_remote_server C# (CSharp) Method

add_remote_server() private method

private add_remote_server ( string logprof_names, CommonIPPortDefinition ip_ports ) : void
logprof_names string
ip_ports CommonIPPortDefinition
return void
        public void add_remote_server(
		string [] logprof_names,
		CommonIPPortDefinition [] [] ip_ports
	)
        {
            this.Invoke("add_remote_server", new object [] {
                logprof_names,
                ip_ports});
        }
ASMLoggingProfile