BaseTimerJobConfiguration Class |
Namespace: Colygon.MatchPoint.Core.TimerJobs
[SerializableAttribute] public abstract class BaseTimerJobConfiguration : ITimerJobConfiguration, IConfiguration
The BaseTimerJobConfiguration type exposes the following members.
Name | Description | |
---|---|---|
BaseTimerJobConfiguration | Initializes a new instance of the BaseTimerJobConfiguration class |
Name | Description | |
---|---|---|
DependsOn |
Returns the ID of the timer job configuration on which the current timer job configuration depends. Returns
Guid.Empty if no dependency exists.
| |
Enabled | Specifies whether this timer job configuration will be executed. | |
IsDependent | Returns true if the current timer job configuration depends on another timer job configuration. | |
Name | Specifies a name for the timer job configuration (used only within the MatchPoint timer jobs list). | |
UniqueId | Contains a GUID that is used to identify the timer job. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSPSchedule |
Returns the SPSchedule object of the SharePoint timer job underlying the current MatchPoint timer job
configuration.
| |
GetTimerJob |
Returns an instance of the ITimerJob instance that is responsible for processing this timer job
configuration.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |