iControl.SecurityLogProfile.get_dos_network_publisher C# (CSharp) Method

get_dos_network_publisher() private method

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