iControl.ASMLoggingProfile.set_filter_protocol C# (CSharp) Method

set_filter_protocol() private method

private set_filter_protocol ( string logprof_names, ASMProtocolType filter_protocols ) : void
logprof_names string
filter_protocols ASMProtocolType
return void
        public void set_filter_protocol(
		string [] logprof_names,
		ASMProtocolType [] filter_protocols
	)
        {
            this.Invoke("set_filter_protocol", new object [] {
                logprof_names,
                filter_protocols});
        }
ASMLoggingProfile