C# 클래스 NFe.Threadings.ThreadControlEvents

상속: IDisposable
파일 보기 프로젝트 열기: akretion/uninfe

공개 메소드들

메소드 설명
Dispose ( ) : void
ThreadControlEvents ( ) : System

Construtor

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
ThreadItem_OnEnded ( ThreadItem item ) : void

Evento é executado quando a thread vai finalizar

ThreadItem_OnReleased ( ThreadItem item ) : void

Evento executado quando o item é removido da fila de execução

ThreadItem_OnStarted ( ThreadItem item ) : void

Evento executado quando a thread vai iniciar

비공개 메소드들

메소드 설명
Processar ( ThreadItem item ) : void

Executa os passos do processamento do arquivo informado em item

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

ThreadControlEvents() 공개 메소드

Construtor
public ThreadControlEvents ( ) : System
리턴 System

ThreadItem_OnEnded() 보호된 메소드

Evento é executado quando a thread vai finalizar
protected ThreadItem_OnEnded ( ThreadItem item ) : void
item ThreadItem
리턴 void

ThreadItem_OnReleased() 보호된 메소드

Evento executado quando o item é removido da fila de execução
protected ThreadItem_OnReleased ( ThreadItem item ) : void
item ThreadItem
리턴 void

ThreadItem_OnStarted() 보호된 메소드

Evento executado quando a thread vai iniciar
protected ThreadItem_OnStarted ( ThreadItem item ) : void
item ThreadItem
리턴 void