IServiceCall Interfaz

Definición

Implementa el trabajo por lotes que se envía mediante la actividad creada 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

Comentarios

Use IServiceCall para realizar el trabajo por lotes que usa servicios COM+ sin crear un componente específicamente para usar esos servicios. Los entornos de script Internet Information Services (IIS) y ASP.NET pueden usar esta interfaz para usar servicios COM+ sin necesidad de crear un componente COM+.

Métodos

OnCall()

Inicia la ejecución del trabajo por lotes implementado en este método.

Se aplica a