 | IUpstreamManagementServiceJoin Method |
Joins the specified targetRealm
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxvoid Join(
IUpstreamRealmSettings targetRealm,
bool replaceExistingRegistration,
out string welcomeMessage
)
Sub Join (
targetRealm As IUpstreamRealmSettings,
replaceExistingRegistration As Boolean,
<OutAttribute> ByRef welcomeMessage As String
)
void Join(
IUpstreamRealmSettings^ targetRealm,
bool replaceExistingRegistration,
[OutAttribute] String^% welcomeMessage
)
abstract 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
See Also