Clique ou arraste para redimensionar

NFeConfigShowListeners 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

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