C# Class NFe.Threadings.ThreadItem

classe de item da thread
Inheritance: IDisposable
Afficher le fichier Open project: akretion/uninfe Class Usage Examples

Private Properties

Свойство Type Description
AddToBuffer void
Dispose void
Processar void

Méthodes publiques

Méthode Description
Dispose ( ) : void
Run ( ) : void

Método responsável por executar os eventos de forma síncrona em uma thread separada

ThreadItem ( System fi, int empresa ) : System

Private Methods

Méthode Description
AddToBuffer ( int key ) : void

Este método adiciona o certificado a lista de buffer de certificados

Dispose ( bool disposing ) : void
Processar ( ThreadItem item ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Run() public méthode

Método responsável por executar os eventos de forma síncrona em uma thread separada
public Run ( ) : void
Résultat void

ThreadItem() public méthode

public ThreadItem ( System fi, int empresa ) : System
fi System
empresa int
Résultat System