iControl.NetworkingRouteTableV2.Beginget_static_route_pool C# (CSharp) 메소드

Beginget_static_route_pool() 공개 메소드

public Beginget_static_route_pool ( string routes, System callback, object asyncState ) : System.IAsyncResult
routes string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_static_route_pool(string [] routes, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_static_route_pool", new object[] {
            routes}, callback, asyncState);
        }
NetworkingRouteTableV2