Clique ou arraste para redimensionar

NFeIntegratorShowListeners Métodos

Retorna todos os listeners associados os Trace

Namespace:  Vinco.iContNFe.NFeIntegratorInterOp
Assembly:  NFeIntegratorInterOp (in NFeIntegratorInterOp.dll) Versão: 1.22.0.2 (1.22.2.230)
Sintaxe
public string ShowListeners()

Valor de Retorno

Tipo: String

Implementa

INFeIntegratorShowListeners
Exemplos
 1//Exemplo em C#
 2try
 3{
 4    var _interOpIntegrator = new NFeIntegrator();
 5    var summary = _interOpIntegrator.ShowListeners();
 6    MessageBox.Show(summary, "ShowListeners", MessageBoxButtons.OK, MessageBoxIcon.Information);
 7}
 8catch (Exception ex)
 9{
10    MessageBox.Show(string.Format("{0}", ex), "Erro", MessageBoxButtons.OK, MessageBoxIcon.Error);
11}
Veja Também