Click or drag to resize

RemoteWorkspaceCleanupJobDefinition Class

Inheritance Hierarchy
SystemObject
  SPAutoSerializingObject
    SPPersistedObject
      SPJobDefinition
        Colygon.MatchPoint.Hybrid.Workspaces.TimerJobsRemoteWorkspaceCleanupJobDefinition

Namespace:  Colygon.MatchPoint.Hybrid.Workspaces.TimerJobs
Assembly:  Colygon.MatchPoint.Hybrid (in Colygon.MatchPoint.Hybrid.dll) Version: 2019.2.1.0
Syntax
C#
public sealed class RemoteWorkspaceCleanupJobDefinition : SPJobDefinition

The RemoteWorkspaceCleanupJobDefinition type exposes the following members.

Constructors
  NameDescription
Public methodRemoteWorkspaceCleanupJobDefinition
Initializes a new instance of the RemoteWorkspaceCleanupJobDefinition class
Top
Properties
  NameDescription
Public propertyCanRenameOnRestore (Inherited from SPJobDefinition.)
Public propertyCanSelectForBackup (Inherited from SPJobDefinition.)
Public propertyCanSelectForRestore (Inherited from SPJobDefinition.)
Public propertyDeploymentLocked (Inherited from SPPersistedObject.)
Public propertyDescription (Inherited from SPJobDefinition.)
Public propertyDiskSizeRequired (Inherited from SPJobDefinition.)
Public propertyDisplayName (Inherited from SPJobDefinition.)
Public propertyEnableBackup (Inherited from SPJobDefinition.)
Public propertyFarm (Inherited from SPPersistedObject.)
Public propertyHistoryEntries (Inherited from SPJobDefinition.)
Public propertyId (Inherited from SPPersistedObject.)
Public propertyIsDisabled (Inherited from SPJobDefinition.)
Public propertyIsServiceJob (Inherited from SPJobDefinition.)
Public propertyLastRunTime (Inherited from SPJobDefinition.)
Public propertyLockType (Inherited from SPJobDefinition.)
Public propertyName (Inherited from SPPersistedObject.)
Public propertyParent (Inherited from SPPersistedObject.)
Public propertyProperties (Inherited from SPPersistedObject.)
Public propertyRetry (Inherited from SPJobDefinition.)
Public propertySchedule (Inherited from SPJobDefinition.)
Public propertyServer (Inherited from SPJobDefinition.)
Public propertyService (Inherited from SPJobDefinition.)
Public propertyStatus (Inherited from SPPersistedObject.)
Public propertyTitle (Inherited from SPJobDefinition.)
Public propertyTypeName (Inherited from SPPersistedObject.)
Public propertyUpgradedPersistedProperties (Inherited from SPAutoSerializingObject.)
Public propertyVerboseTracingEnabled (Inherited from SPJobDefinition.)
Public propertyVersion (Inherited from SPPersistedObject.)
Public propertyWebApplication (Inherited from SPJobDefinition.)
Top
Methods
  NameDescription
Public methodAddBackupObjects (Inherited from SPJobDefinition.)
Public methodClone (Inherited from SPPersistedObject.)
Public methodDelete (Inherited from SPJobDefinition.)
Public methodEquals (Inherited from SPPersistedObject.)
Public methodExecute (Overrides SPJobDefinition.Execute(Guid).)
Public methodGetChild``1 (Inherited from SPPersistedObject.)
Public methodGetChild``1(String) (Inherited from SPPersistedObject.)
Public methodGetHashCode (Inherited from SPPersistedObject.)
Public methodGetObjectData (Inherited from SPAutoSerializingObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLegacyUpdate (Inherited from SPPersistedObject.)
Public methodOnAbort (Inherited from SPJobDefinition.)
Public methodOnBackup (Inherited from SPJobDefinition.)
Public methodOnBackupComplete (Inherited from SPJobDefinition.)
Public methodOnPostRestore (Inherited from SPJobDefinition.)
Public methodOnPrepareBackup (Inherited from SPJobDefinition.)
Public methodOnPreRestore (Inherited from SPJobDefinition.)
Public methodOnRestore (Inherited from SPJobDefinition.)
Public methodProvision (Inherited from SPPersistedObject.)
Public methodRunNow (Inherited from SPJobDefinition.)
Public methodRunWithConcurrencyRetries (Inherited from SPPersistedObject.)
Public methodToString (Inherited from SPPersistedObject.)
Public methodUncache (Inherited from SPPersistedObject.)
Public methodUnprovision (Inherited from SPPersistedObject.)
Public methodUpdate (Inherited from SPJobDefinition.)
Public methodUpdate(Boolean) (Inherited from SPPersistedObject.)
Public methodUpdateProgress (Inherited from SPJobDefinition.)
Public methodUpdateWithNoObjectCallbackCheck (Inherited from SPPersistedObject.)
Top
See Also