iControl.LocalLBLSNPool.Beginset_icmp_echo_state C# (CSharp) Method

Beginset_icmp_echo_state() public method

public Beginset_icmp_echo_state ( string pools, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
pools string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_icmp_echo_state(string [] pools,CommonEnabledState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_icmp_echo_state", new object[] {
            pools,
            states}, callback, asyncState);
        }
LocalLBLSNPool