Click or drag to resize

BackupScheduleLogonInfoContract Class

Base data contract for scheduling tasks.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContracts.Jobs.Backup.SchedulingBackupScheduleLogonInfoContract

Namespace:  SOS.SDK.Contracts.DataContracts.Jobs.Backup.Scheduling
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public class BackupScheduleLogonInfoContract

The BackupScheduleLogonInfoContract type exposes the following members.

Constructors
  NameDescription
Public methodBackupScheduleLogonInfoContract
Initializes a new instance of the BackupScheduleLogonInfoContract class
Top
Properties
  NameDescription
Public propertyBackupAs
Windows credentials, using for starting scheduled operation.
Public propertyPrincipalName
Name of Windows User. This user should be logged in.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Remarks

Contains two parameters for starting task

- Windows Credentials (when you need to start a task with predefined windows user account.

- PrincipalName - if you need to start a task with current windows user account using existed session.

On of this parameters is required. If both parameters is empty or both parameters is not empty - cause to InvalidDataContractException.

See Also