NFe.Components.br.gov.sp.presidenteprudente.sistemas.www.h.RecepcionarLoteRpsCompletedEventArgs.RecepcionarLoteRpsCompletedEventArgs C# (CSharp) Method

RecepcionarLoteRpsCompletedEventArgs() private method

private RecepcionarLoteRpsCompletedEventArgs ( object results, System exception, bool cancelled, object userState ) : System
results object
exception System
cancelled bool
userState object
return System
        internal RecepcionarLoteRpsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                base(exception, cancelled, userState) {
            this.results = results;
        }
        
RecepcionarLoteRpsCompletedEventArgs