iControl.SecurityLogProfile.set_application_protocol C# (CSharp) 메소드

set_application_protocol() 개인적인 메소드

private set_application_protocol ( string profile_names, string applications, SecurityLogProfileRemoteProtocol protocols ) : void
profile_names string
applications string
protocols SecurityLogProfileRemoteProtocol
리턴 void
        public void set_application_protocol(
		string [] profile_names,
		string [] [] applications,
		SecurityLogProfileRemoteProtocol [] [] protocols
	)
        {
            this.Invoke("set_application_protocol", new object [] {
                profile_names,
                applications,
                protocols});
        }
SecurityLogProfile