| 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
)
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: 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