Click or drag to resize

DefaultJobManagerServiceTryCreateServiceTService(TService) Method

Try to create the specified service

Namespace: SanteDB.Core.Jobs
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public bool TryCreateService<TService>(
	out TService serviceInstance
)

Parameters

serviceInstance  TService

[Missing <param name="serviceInstance"/> documentation for "M:SanteDB.Core.Jobs.DefaultJobManagerService.TryCreateService``1(``0@)"]

Type Parameters

TService

[Missing <typeparam name="TService"/> documentation for "M:SanteDB.Core.Jobs.DefaultJobManagerService.TryCreateService``1(``0@)"]

Return Value

Boolean

[Missing <returns> documentation for "M:SanteDB.Core.Jobs.DefaultJobManagerService.TryCreateService``1(``0@)"]

Implements

IServiceFactoryTryCreateServiceTService(TService)
See Also