Forum Discussion
adalan_1411
Nimbostratus
Jul 29, 2009iControl.CommonIPPortDefinition[][]
NM, this can be deleted.
Jul 29, 2009
You'll want something like this:
iControl.CommonIPPortDefinition[][] members_to_remove = new CommonIPPortDefinition[1][];
allocate first dimension to a 1-d array for the 2nd dimension.
members_to_remove[0] = new iControl.CommonIPPortDefinition[1];
allocate the second dimension element to a new IPPortDefinition structure.
members_to_remove[0][0] = new iControl.CommonIPPortDefinition();
add values
members_to_remove[0][0].address = "10.10.10.10";
members_to_remove[0][0].port = 80; -Joe
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects