NFe.Components.br.com.sigiss.saogoncalo.p.WebServiceSigISS.OnConsultarNotaValidaOperationCompleted C# (CSharp) Метод

OnConsultarNotaValidaOperationCompleted() приватный Метод

private OnConsultarNotaValidaOperationCompleted ( object arg ) : void
arg object
Результат void
        private void OnConsultarNotaValidaOperationCompleted(object arg) {
            if ((this.ConsultarNotaValidaCompleted != null)) {
                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                this.ConsultarNotaValidaCompleted(this, new ConsultarNotaValidaCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
            }
        }