Cay_Jeglinski_1
Nimbostratus
Jul 03, 2013I like to use data groups with the webui as well as classes with iControl.
I see the following problem, but have no clue to do it right:
My c looks like this:
LocalLBClassStringClass[] standardServices = f5Interface.LocalLBClass.get_string_class(new string[] { _SVersionen });
String[][] standardVersions = this.f5Interface.LocalLBClass.get_string_class_member_data_value(standardServices);
Perfectly fine all keys and values are accessible. Now I modify the values and perform the following:
f5Interface.LocalLBClass.set_string_class_member_data_value(standardServices, standardVersionen);
and a successive:
standardServices = f5Interface.LocalLBClass.get_string_class(new string[] { _SVersionen });
standardVersios = this.f5Interface.LocalLBClass.get_string_class_member_data_value(standardServices);
and my values are "" (empty). Any hints to solve the issue are welcome :-)
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)