Forum Discussion
Photo_G_84660
Nimbostratus
Sep 05, 2006VB .NET nodeDisable sub
Hi,
I am trying to code a disableNode sub-procedure in VB .NET, and I am getting this error:
"Value of type 'App_Based_Node_Handler.NodeAddress.CommonEnabledState' cannot be conve...
Sep 05, 2006
The signature for LocalLB::Node::set_session_enabled_state() is as follows:
void set_session_enabled_state(
in String[] node_addresses,
in EnabledState[] states
);The parameters are arrays and you are passing in scalars. The error is correct, the compiler cannot convert a scalar without your help.
My VB is a bit rusty so I don't have the syntax off hand. It should be something like this:
Dim node_addressess() as String = {sNodeAddress}
Dim states() as NodeAdddress.CommonEnabledState = {state}
Dim configure = Node.set_session_enabled_state(node_addresses, states)-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
