iControl.ASMLoggingProfile.set_remote_protocol C# (CSharp) Method

set_remote_protocol() private method

private set_remote_protocol ( string logprof_names, ASMLoggingRemoteProtocol remote_protocols ) : void
logprof_names string
remote_protocols ASMLoggingRemoteProtocol
return void
        public void set_remote_protocol(
		string [] logprof_names,
		ASMLoggingRemoteProtocol [] remote_protocols
	)
        {
            this.Invoke("set_remote_protocol", new object [] {
                logprof_names,
                remote_protocols});
        }
ASMLoggingProfile