Click or drag to resize
JobOptionsUnmanagedConnectionOptions Property
This value represents the options for unmanaged connections which are connections that are not associated with a known job. These connections were created in a client outside of the job manager.

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public UnmanagedConnectionOptions UnmanagedConnectionOptions { get; set; }

Property Value

Type: UnmanagedConnectionOptions
The options for jobs that use an unmanaged connection.
See Also