iControl.NetworkingRouterAdvertisement.Beginget_router_lifetime C# (CSharp) 메소드

Beginget_router_lifetime() 공개 메소드

public Beginget_router_lifetime ( string ras, System callback, object asyncState ) : System.IAsyncResult
ras string
callback System
asyncState object
리턴 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