2022.12.0
21 Dec 22
Toggle Dropdown
Version 2023
2023.7.0
18 Aug 23
2023.4.1
23 Dec 23
2023.4.0
5 Jun 23
2023.3.0
17 May 23
2023.2.0
21 Apr 23
2023.1.0
6 Apr 23
Version 2022
2022.12.0
21 Dec 22
2022.11.0
15 Nov 22
2022.10.0
21 Oct 22
2022.9.1
7 Oct 22
2022.9.0
26 Sep 22
2022.8.0
31 Aug 22
2022.6.1
20 Jul 22
2022.6.0
21 Jun 22
2022.5.0
19 May 22
2022.4.1
27 Apr 22
2022.4.0
21 Apr 22
2022.3.0
23 Mar 22
2022.2.0
23 Feb 22
2022.1.0
28 Jan 22
Version 2021
2021.12.0
15 Dec 21
2021.11.0
22 Nov 21
2021.10.2
25 Oct 21
2021.10.1
21 Oct 21
2021.9.2
7 Mar 23
2021.9.1
29 Sep 21
2021.9.0
24 Sep 21
2021.8.0
1 Sep 21
2021.7.0
29 Jul 21
2021.6.1
8 Mar 23
2021.6.0
24 Jun 21
2021.5.3
28 Feb 23
2021.5.2
9 Nov 22
2021.5.1
4 May 22
2021.5.0
24 May 21
2021.4.0
28 Apr 21
2021.3.1
5 Apr 21
2021.3.0
26 Mar 21
2021.2.1
5 Apr 21
2021.2.0
1 Mar 21
2021.1.0
3 Feb 21
Version 2020
2020.8.2
13 Jan 21
2020.8.1
18 Dec 20
2020.8.0
14 Dec 20
2020.7.0
25 Mar 21
2020.6.0
23 Oct 20
2020.5.0
24 Sep 20
2020.3.0
9 Jul 20
Version 2019
2019.5.1
17 Apr 20
2019.5.0
5 Mar 20
2019.4.1
19 Nov 19
2019.3.0
26 Jul 19
2019.2.2
31 May 19
2019.2.0
29 Apr 19
Version 2018
2018.9.0
31 Jan 19
2018.8.0
29 Jan 19
2018.6.1
14 Jan 19
Compare to version...
with 2023.4.0
Toggle Dropdown
Version 2023
2023.7.0
18 Aug 23
2023.4.1
23 Dec 23
2023.4.0
5 Jun 23
2023.3.0
17 May 23
2023.2.0
21 Apr 23
2023.1.0
6 Apr 23
Version 2022
2022.12.0
21 Dec 22
2022.11.0
15 Nov 22
2022.10.0
21 Oct 22
2022.9.1
7 Oct 22
2022.9.0
26 Sep 22
2022.8.0
31 Aug 22
2022.6.1
20 Jul 22
2022.6.0
21 Jun 22
2022.5.0
19 May 22
2022.4.1
27 Apr 22
2022.4.0
21 Apr 22
2022.3.0
23 Mar 22
2022.2.0
23 Feb 22
2022.1.0
28 Jan 22
Version 2021
2021.12.0
15 Dec 21
2021.11.0
22 Nov 21
2021.10.2
25 Oct 21
2021.10.1
21 Oct 21
2021.9.2
7 Mar 23
2021.9.1
29 Sep 21
2021.9.0
24 Sep 21
2021.8.0
1 Sep 21
2021.7.0
29 Jul 21
2021.6.1
8 Mar 23
2021.6.0
24 Jun 21
2021.5.3
28 Feb 23
2021.5.2
9 Nov 22
2021.5.1
4 May 22
2021.5.0
24 May 21
2021.4.0
28 Apr 21
2021.3.1
5 Apr 21
2021.3.0
26 Mar 21
2021.2.1
5 Apr 21
2021.2.0
1 Mar 21
2021.1.0
3 Feb 21
Version 2020
2020.8.2
13 Jan 21
2020.8.1
18 Dec 20
2020.8.0
14 Dec 20
2020.7.0
25 Mar 21
2020.6.0
23 Oct 20
2020.5.0
24 Sep 20
2020.3.0
9 Jul 20
Version 2019
2019.5.1
17 Apr 20
2019.5.0
5 Mar 20
2019.4.1
19 Nov 19
2019.3.0
26 Jul 19
2019.2.2
31 May 19
2019.2.0
29 Apr 19
Version 2018
2018.9.0
31 Jan 19
2018.8.0
29 Jan 19
2018.6.1
14 Jan 19
Download Package
Open in NuGet
<
PackageReference
Include
=
"Relativity.OutsideIn"
Version
=
"2022.12.0"
/>
API Differences between 2022.12.0 and 2023.4.0
8
Additions
19
Removals
OILink
public
interface
IOILinkConfiguration
int
ProcessMemoryLimit
{
get
;
set
; }
public
class
OILink
:
IOILink
,
IProcessOwner
public
OILink
(
IOILinkConfiguration
Config
)
public
static
IOILinkStatus
init
(
DirectoryInfo
OILinkDir
,
IOILinkConfiguration
Config
)
public
static
IOILinkStatus
init
(
DirectoryInfo
OILinkDir
,
uint
WorkerProcessTimeOut
,
IOILinkConfiguration
Config
)
public
OILink
(
IAuthenticate
UserAuthenticationInfo
)
public
static
IOILinkStatus
init
(
DirectoryInfo
OILinkDir
,
IAuthenticate
UserAuthenticationInfo
)
public
static
IOILinkStatus
init
(
DirectoryInfo
OILinkDir
,
uint
WorkerProcessTimeOut
,
IAuthenticate
UserAuthenticationInfo
)
public
Task
EXCloseExportAsync
(
IOIHandle
hexport
)
public
void
SetMetricsDict
(
MetricsCollector
MetricsHandler
,
bool
GenerateHash
)
public
void
SetMetricsDict
(
Dictionary
<
string
,
object
>
metrics
,
bool
GenerateHash
)
public
static
class
OILinkConfigurationConstants
public
class
OILinkMonitor
:
IOILinkMonitor
public
static
void
addProcessOwner
(
IProcessOwner
owner
,
IOILinkConfiguration
configuration
)
public
static
void
addProcessOwner
(
IProcessOwner
owner
,
IAuthenticate
authentication
)
public
static
IProcessOwner
getProcessOwner
(
IOILinkConfiguration
config
)
public
static
IProcessOwner
getProcessOwner
(
IAuthenticate
authentication
)
OILink.API
public
interface
IOILink
:
IProcessOwner
int
NativeProcessId
{
get
; }
Task
EXCloseExportAsync
(
IOIHandle
hexport
)
void
SetMetricsDict
(
MetricsCollector
MetricsHandler
,
bool
GenerateHash
)
void
SetMetricsDict
(
Dictionary
<
string
,
object
>
metrics
,
bool
GenerateHash
)
OutsideIn
public
interface
Document
:
OptionsCache
,
IAnnotatable
ExporterType
ExpType
{
get
; }
public
interface
Exporter
:
Document
,
OptionsCache
,
IAnnotatable
,
IDisposable
Task
ExportAsync
()
public
static
class
MetricKeysData
public
class
MetricsCollector
OutsideIn.Common.Interface
public
interface
IProcessOwner
int
NativeProcessId
{
get
; }
OutsideIn.Options
public
interface
OptionsCache
string
ApplicationName
{
get
;
set
; }
int
ProcessMemoryLimit
{
get
;
set
; }
OptionsCache
SetAllowedURLs
(
List
<
string
>
Urls
)