This documentation is archived and is not being maintained.
IServiceCall Interface
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Implements the batch work that is submitted through the activity created by Activity.
For a list of all members of this type, see IServiceCall Members.
[Visual Basic] <Guid("BD3E2E12-42DD-40f4-A09A-95A50C58304B")> <InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> Public Interface IServiceCall [C#] [Guid("BD3E2E12-42DD-40f4-A09A-95A50C58304B")] [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] public interface IServiceCall [C++] [Guid("BD3E2E12-42DD-40f4-A09A-95A50C58304B")] [InterfaceType(ComInterfaceType::InterfaceIsIUnknown)] public __gc __interface IServiceCall [JScript] public Guid("BD3E2E12-42DD-40f4-A09A-95A50C58304B") InterfaceType(ComInterfaceType.InterfaceIsIUnknown) interface IServiceCall
Remarks
Use IServiceCall to perform batch work that uses COM+ services without creating a component specifically for using those services. Script environments such as Internet Information Services (IIS) and ASP .NET can use this interface to utilize COM+ services without the need to create a COM+ component.
Requirements
Namespace: System.EnterpriseServices
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Enterpriseservices (in System.Enterpriseservices.dll)
See Also
Show: