iControl.NetworkingSTPInstanceV2.Begindelete_all_instances C# (CSharp) Method

Begindelete_all_instances() public method

public Begindelete_all_instances ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_all_instances(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_all_instances", new object[0], callback, asyncState);
        }
NetworkingSTPInstanceV2