I have a service that I would like to monitor that has changing Parameters.
Example: Server.Foo=1, Server.Fum=2.
Where I won't know in advance what Foo, Fum and the Next field might be named. But I still want to collect them.
Is there a general purpose UserParameter I can use? (I'm thinking of something like an associative array, hash or dictionary.) I'd love to have something flexible to store data like this.
Help?
Example: Server.Foo=1, Server.Fum=2.
Where I won't know in advance what Foo, Fum and the Next field might be named. But I still want to collect them.
Is there a general purpose UserParameter I can use? (I'm thinking of something like an associative array, hash or dictionary.) I'd love to have something flexible to store data like this.
Help?