Forum Discussion
Hugh123
Nimbostratus
Aug 04, 2011c# get_ramcache_entry()
So I've been struggling attempting to call the get_ramcache_entry() from my c application. Specifically, I'm unsure what I should be passing to the function to get the information out. I've tried sett...
Hugh123
Nimbostratus
Aug 08, 2011Hello sir, I have looked at this example, but am still unsure how to call the method with the keys. Here's what I have so far:
iControl.LocalLBRAMCacheInformationRAMCacheKey key2 = new iControl.LocalLBRAMCacheInformationRAMCacheKey();
LocalLBRAMCacheInformationRAMCacheEntry[] RamE;
Interfaces m_interfaces = new Interfaces();
m_interfaces.initialize(ipAddress, user, pass);
key2.maximum_responses = 500;
key2.profile_name = "";
RamE = m_interfaces.LocalLBRAMCacheInformation.evict_all_ramcache_entries(); <-- Not sure what to put here
I've tried entering the key2.maximum_responses and key2.profile_name, but get either invalid arguments, or method doesn't take x arguments.
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