Click or drag to resize

RemoteRepositoryFactoryTryCreateService Method (Type, Object)

Attempt to create the specified service

Namespace:  SanteDB.DisconnectedClient.Services.Remote
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public bool TryCreateService(
	Type serviceType,
	out Object serviceInstance
)

Parameters

serviceType
Type: SystemType

[Missing <param name="serviceType"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteRepositoryFactory.TryCreateService(System.Type,System.Object@)"]

serviceInstance
Type: SystemObject

[Missing <param name="serviceInstance"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteRepositoryFactory.TryCreateService(System.Type,System.Object@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteRepositoryFactory.TryCreateService(System.Type,System.Object@)"]

Implements

IServiceFactoryTryCreateService(Type, Object)
See Also