 | UpstreamRepositoryFactoryTryCreateService(Type, Object) Method |
Try to create specified service
Namespace: SanteDB.Client.Upstream.RepositoriesAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic bool TryCreateService(
Type serviceType,
out Object serviceInstance
)
Public Function TryCreateService (
serviceType As Type,
<OutAttribute> ByRef serviceInstance As Object
) As Boolean
public:
virtual bool TryCreateService(
Type^ serviceType,
[OutAttribute] Object^% serviceInstance
) sealed
abstract TryCreateService :
serviceType : Type *
serviceInstance : Object byref -> bool
override TryCreateService :
serviceType : Type *
serviceInstance : Object byref -> bool Parameters
- serviceType Type
[Missing <param name="serviceType"/> documentation for "M:SanteDB.Client.Upstream.Repositories.UpstreamRepositoryFactory.TryCreateService(System.Type,System.Object@)"]
- serviceInstance Object
[Missing <param name="serviceInstance"/> documentation for "M:SanteDB.Client.Upstream.Repositories.UpstreamRepositoryFactory.TryCreateService(System.Type,System.Object@)"]
Return Value
Boolean[Missing <returns> documentation for "M:SanteDB.Client.Upstream.Repositories.UpstreamRepositoryFactory.TryCreateService(System.Type,System.Object@)"]
Implements
IServiceFactoryTryCreateService(Type, Object)
See Also