iControl.NetworkingiSessionPeerDiscovery.Beginget_icmp_max_retries C# (CSharp) Method

Beginget_icmp_max_retries() public method

public Beginget_icmp_max_retries ( long dynpeerlist, System callback, object asyncState ) : System.IAsyncResult
dynpeerlist long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_icmp_max_retries(long [] dynpeerlist, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_icmp_max_retries", new object[] {
            dynpeerlist}, callback, asyncState);
        }
NetworkingiSessionPeerDiscovery