iControl.LocalLBVirtualAddressV2.Beginget_icmp_echo_state C# (CSharp) Method

Beginget_icmp_echo_state() public method

public Beginget_icmp_echo_state ( string virtual_addresses, System callback, object asyncState ) : System.IAsyncResult
virtual_addresses string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_icmp_echo_state(string [] virtual_addresses, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_icmp_echo_state", new object[] {
            virtual_addresses}, callback, asyncState);
        }
LocalLBVirtualAddressV2