iControl.NetworkingSTPInstance.Begindelete_instance C# (CSharp) Method

Begindelete_instance() public method

public Begindelete_instance ( long stp_instances, System callback, object asyncState ) : System.IAsyncResult
stp_instances long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_instance(long [] stp_instances, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_instance", new object[] {
            stp_instances}, callback, asyncState);
        }