iControl.NetworkingRouterAdvertisement.Beginset_router_lifetime C# (CSharp) Method

Beginset_router_lifetime() public method

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