iControl.SecurityLogProfile.get_sip_dos_publisher C# (CSharp) Method

get_sip_dos_publisher() private method

private get_sip_dos_publisher ( string profile_names ) : string[]
profile_names string
return string[]
        public string[] get_sip_dos_publisher(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_sip_dos_publisher", new object [] {
                profile_names});
            return ((string [])(results[0]));
        }
SecurityLogProfile