Click or drag to resize

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
Syntax
public bool IsJobRegistered(
	Type jobType
)

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