IServiceCall Interface

Definição

Implementa o trabalho em lote submetido através da atividade criada por Activity.

public interface class IServiceCall
[System.Runtime.InteropServices.Guid("BD3E2E12-42DD-40f4-A09A-95A50C58304B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IServiceCall
[<System.Runtime.InteropServices.Guid("BD3E2E12-42DD-40f4-A09A-95A50C58304B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IServiceCall = interface
Public Interface IServiceCall
Atributos

Observações

Usar IServiceCall para realizar trabalho em lote que utiliza serviços COM+ sem criar um componente especificamente para usar esses serviços. Ambientes de scripts como o Serviços de Informação Internet (IIS) e o ASP.NET podem usar esta interface para utilizar serviços COM+ sem necessidade de criar um componente COM+.

Métodos

Name Description
OnCall()

Inicia a execução do trabalho em lote implementado neste método.

Aplica-se a