 | RemoteJobManagerRemoteJobScheduleInterval Property |
Get the interval on which the job runs
Namespace:
SanteDB.DisconnectedClient.Services.Remote
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntaxpublic TimeSpan? Interval { get; set; }
Public Property Interval As TimeSpan?
Get
Set
public:
virtual property Nullable<TimeSpan> Interval {
Nullable<TimeSpan> get () sealed;
void set (Nullable<TimeSpan> value) sealed;
}
abstract Interval : Nullable<TimeSpan> with get, set
override Interval : Nullable<TimeSpan> with get, set
Property Value
Type:
NullableTimeSpanImplements
IJobScheduleInterval
See Also