|
UnmanagedConnectionOptions Class
|
Represents options for configuring an unmanaged connection job.
Inheritance Hierarchy
SystemObject
DoubleTake.Jobs.ContractUnmanagedConnectionOptions
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic class UnmanagedConnectionOptions : IExtensibleDataObject
Public Class UnmanagedConnectionOptions
Implements IExtensibleDataObject
public ref class UnmanagedConnectionOptions : IExtensibleDataObject
DoubleTake.Jobs.Contract.UnmanagedConnectionOptions = function();
Type.createClass(
'DoubleTake.Jobs.Contract.UnmanagedConnectionOptions',
null,
IExtensibleDataObject);
The UnmanagedConnectionOptions type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | ExtensionData |
Gets or sets the structure that contains extra data.
|
 | TargetStateInfo |
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