Click or drag to resize

ScheduleLoadResponse Class

Results of the loading backup schedule (one schedule task)
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContracts.ResponsesScheduleLoadResponse

Namespace:  SOS.SDK.Contracts.DataContracts.Responses
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public class ScheduleLoadResponse

The ScheduleLoadResponse type exposes the following members.

Constructors
  NameDescription
Public methodScheduleLoadResponse
Initializes a new instance of the ScheduleLoadResponse class
Top
Properties
  NameDescription
Public propertyTask
Schedule Task loading results. Null if task was not found.
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
See Also