Click or drag to resize

IServiceFactoryTryCreateServiceTService Method (TService)

Try to create the specified service

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
bool TryCreateService<TService>(
	out TService serviceInstance
)

Parameters

serviceInstance
Type: TService

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

Type Parameters

TService

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

Return Value

Type: Boolean

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

See Also