iControl.SecurityLogProfile.set_application_protocol C# (CSharp) Method

set_application_protocol() private method

private set_application_protocol ( string profile_names, string applications, SecurityLogProfileRemoteProtocol protocols ) : void
profile_names string
applications string
protocols SecurityLogProfileRemoteProtocol
return 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