iControl.ManagementNamed.Enddelete_options_statement C# (CSharp) Method

Enddelete_options_statement() public method

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