iControl.NetworkingiSessionAdvertisedRoute.Begindelete_subnets C# (CSharp) Méthode

Begindelete_subnets() public méthode

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