iControl.NetworkingRouterAdvertisement.Beginset_retransmit_time C# (CSharp) Method

Beginset_retransmit_time() public method

public Beginset_retransmit_time ( string ras, long times, System callback, object asyncState ) : System.IAsyncResult
ras string
times long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_retransmit_time(string [] ras,long [] times, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_retransmit_time", new object[] {
            ras,
            times}, callback, asyncState);
        }
NetworkingRouterAdvertisement