 | DefaultUpstreamManagementServiceJoin Method |
Joins the specified targetRealm
Namespace: SanteDB.Client.Upstream.ManagementAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic void Join(
IUpstreamRealmSettings targetRealm,
bool replaceExistingRegistration,
out string welcomeMessage
)
Public Sub Join (
targetRealm As IUpstreamRealmSettings,
replaceExistingRegistration As Boolean,
<OutAttribute> ByRef welcomeMessage As String
)
public:
virtual void Join(
IUpstreamRealmSettings^ targetRealm,
bool replaceExistingRegistration,
[OutAttribute] String^% welcomeMessage
) sealed
abstract Join :
targetRealm : IUpstreamRealmSettings *
replaceExistingRegistration : bool *
welcomeMessage : string byref -> unit
override Join :
targetRealm : IUpstreamRealmSettings *
replaceExistingRegistration : bool *
welcomeMessage : string byref -> unit 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