iControl.NetworkingiSessionAdvertisedRoute.Begindelete_subnets C# (CSharp) 메소드

Begindelete_subnets() 공개 메소드

public Begindelete_subnets ( NetworkingiSessionAdvertisedRouteSubnetOptKey subnets, System callback, object asyncState ) : System.IAsyncResult
subnets NetworkingiSessionAdvertisedRouteSubnetOptKey
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Begindelete_subnets(NetworkingiSessionAdvertisedRouteSubnetOptKey [] subnets, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_subnets", new object[] {
            subnets}, callback, asyncState);
        }