Makes an initial call into an application domain to perform setup work.
Namespace: kCura.IntegrationPoints.Contracts
Assembly: kCura.IntegrationPoints.Contracts (in kCura.IntegrationPoints.Contracts.dll) Version: 10.2.0.0 (10.2.0.0)
Syntax
C#
public interface IStartUp
The IStartUp type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Execute |
Performs setup work required prior to running a provider.
|
Remarks
See Also