iControl.LocalLBNodeAddressV2.Beginset_session_enabled_state C# (CSharp) Method

Beginset_session_enabled_state() public method

public Beginset_session_enabled_state ( string nodes, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
nodes string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_session_enabled_state(string [] nodes,CommonEnabledState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_session_enabled_state", new object[] {
            nodes,
            states}, callback, asyncState);
        }
LocalLBNodeAddressV2