iControl.ManagementNamed.Enddelete_key_statement C# (CSharp) Method

Enddelete_key_statement() public method

public Enddelete_key_statement ( System asyncResult ) : void
asyncResult System
return void
        public void Enddelete_key_statement(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }