Esempio n. 1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
//ORIGINAL LINE: public void getSpooledFiles(final com.ibm.jtopenlite.command.CommandConnection conn, String user, final SpooledFileInfoListener listener) throws IOException
//JAVA TO C# CONVERTER WARNING: 'final' parameters are not available in .NET:
        public virtual void getSpooledFiles(CommandConnection conn, string user, SpooledFileInfoListener listener)
        {
            impl_.SpooledFileInfoListener = listener;
            impl_.getSpooledFiles(conn, user);
        }
Esempio n. 2
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
//ORIGINAL LINE: public void getSpooledFiles(final com.ibm.jtopenlite.command.CommandConnection conn, final SpooledFileInfoListener listener) throws IOException
//JAVA TO C# CONVERTER WARNING: 'final' parameters are not available in .NET:
        public virtual void getSpooledFiles(CommandConnection conn, SpooledFileInfoListener listener)
        {
            getSpooledFiles(conn, "*CURRENT", listener);
        }