iControl.LocalLBProfileTCP.Endget_ack_on_push_state C# (CSharp) Method

Endget_ack_on_push_state() public method

public Endget_ack_on_push_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
asyncResult System
return iControl.LocalLBProfileEnabledState[]
        public LocalLBProfileEnabledState[] Endget_ack_on_push_state(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileEnabledState [])(results[0]));
        }
LocalLBProfileTCP