iControl.SecurityLogProfile.get_network_format C# (CSharp) Method

get_network_format() private method

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