IStartUp Interface

Relativity Integration Points API
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

  NameDescription
Public methodExecute
Performs setup work required prior to running a provider.
Top
Remarks

Only a single class per library should implement this interface. This class must contain an empty constructor.
See Also

Reference