iControl.ManagementNamed.Begindelete_server_statement C# (CSharp) Method

Begindelete_server_statement() public method

public Begindelete_server_statement ( string statement_names, System callback, object asyncState ) : System.IAsyncResult
statement_names string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_server_statement(string [] statement_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_server_statement", new object[] {
            statement_names}, callback, asyncState);
        }