<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

IRunningContext

public interface IRunningContext
Contains information about the context in which jobs are executed.
string ApplicationName { get; set; }

Gets or sets name of application executing job. This property is more customizable alternative to ExecutionSource.

string CallingAssembly { get; set; }

Gets or sets name of the assembly that uses ImportAPI.

Gets or sets job's execution source.

Gets version of import API SDK.

Gets or sets version of import export web API.

Version RelativityVersion { get; set; }

Gets or sets version of Relativity.