Click or drag to resize

DefaultUpstreamManagementServiceJoin Method

Joins the specified targetRealm

Namespace: SanteDB.Client.Upstream.Management
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public 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

Implements

IUpstreamManagementServiceJoin(IUpstreamRealmSettings, Boolean, String)
See Also