IServerFreeFromTheMaster Method |
Free the current slave server from the master.
It will not save the change in
the database unless you explicitly call the
Save method.
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax IReturnValue FreeFromTheMaster()
Function FreeFromTheMaster As IReturnValue
IReturnValue^ FreeFromTheMaster()
Return Value
Type:
IReturnValueReturns success result if the user in the context have enough right to edit the server.
Remarks
It will not save the change in the database
unless you explicitly call the
Save method.
Remarks
User in the context should have enough permission
to edit both the master and the slave servers.
See Also