Click or drag to resize

IUpstreamManagementServiceJoin Method

Joins the specified targetRealm

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
void Join(
	IUpstreamRealmSettings targetRealm,
	bool replaceExistingRegistration,
	out string welcomeMessage
)

Parameters

targetRealm  IUpstreamRealmSettings
The target realm to join
replaceExistingRegistration  Boolean
True if this join request should replace the existing service
welcomeMessage  String
The welcome information the server wants the client to show the user
See Also