Multiuser Lingo Dictionary > Multiuser Lingo Dictionary > deleteApplication |
![]() ![]() ![]() |
deleteApplication
Syntax
system.DBAdmin.deleteApplication[#application: applicationName
]
Description
Multiuser Server command; deletes one or more DBApplication objects from the server. Also deletes all attributes of the DBApplication object and all DBApplicationData and DBPlayer objects associated with it.
Example
This statement deletes the DBApplication object for the movie Poker from the server.
errCode = gMultiuserInstance.sendNetMessage("system.DBAdmin. deleteApplication", "anySubject", [#application: "Poker"])
The server's response looks like this:
[#errorCode: 0, #recipients: ["userName"], #senderID: "system.DBAdmin.deleteApplication", #subject: "anySubject", #content: [#application: "Poker"], #timeStamp: 186056753]
See also
sendNetMessage()
, createApplication
![]() ![]() ![]() |