iControl.NetworkingRouterAdvertisement.Beginget_router_lifetime C# (CSharp) Method

Beginget_router_lifetime() public method

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