Releases the lock for the permissions dialog box. This has to be done on the server so that there is only one instance of the object that is being locked.

Namespace:  GrassValley.Mseries.AppServer
Assembly:  GrassValley.Mseries.AppServer (in GrassValley.Mseries.AppServer.dll) Version: 1.0.0.0

Syntax

C#
public void UnreservePermissionsDialogLock()
Visual Basic (Declaration)
Public Sub UnreservePermissionsDialogLock
Visual C++
public:
virtual void UnreservePermissionsDialogLock() sealed

See Also