Click or drag to resize
UnmanagedConnectionOptions Class
Represents options for configuring an unmanaged connection job.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractUnmanagedConnectionOptions

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public class UnmanagedConnectionOptions : IExtensibleDataObject

The UnmanagedConnectionOptions type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyTargetStateInfo
This value represents information on the state of the target.
Top
Remarks
An unmanaged connection job represents a connection that is not associated with a known job. This connection may have been created a client outside of the job manager.
See Also