iControl.NetworkingRouterAdvertisement.set_router_lifetime C# (CSharp) Method

set_router_lifetime() private method

private set_router_lifetime ( string ras, long lifetimes ) : void
ras string
lifetimes long
return void
        public void set_router_lifetime(
		string [] ras,
		long [] lifetimes
	)
        {
            this.Invoke("set_router_lifetime", new object [] {
                ras,
                lifetimes});
        }
NetworkingRouterAdvertisement