 | RemoteJobManagerIsJobRegistered Method |
Get whether the job is registered
Namespace:
SanteDB.DisconnectedClient.Services.Remote
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntaxpublic bool IsJobRegistered(
Type jobType
)
Public Function IsJobRegistered (
jobType As Type
) As Boolean
public:
virtual bool IsJobRegistered(
Type^ jobType
) sealed
abstract IsJobRegistered :
jobType : Type -> bool
override IsJobRegistered :
jobType : Type -> bool Parameters
- jobType
- Type: SystemType
[Missing <param name="jobType"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteJobManager.IsJobRegistered(System.Type)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteJobManager.IsJobRegistered(System.Type)"]
Implements
IJobManagerServiceIsJobRegistered(Type)
See Also