Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

SharedObjectUnregister – PB Docs 150 – PowerBuilder Library

SharedObjectUnregister – PB Docs 150

SharedObjectUnregister PowerScript function

Description

Unregisters a user object that was previously registered.

Syntax

Argument

Description

instancename

The name assigned to the shared object
instance when it was first registered

Return Values

ErrorReturn. Returns one of the following values:

  • Success! – The function
    succeeded

  • SharedObjectNotExistsError! – The instance
    name has not been registered

Usage

This function marks a shared object for destruction. But the
object is not actually destroyed until there are no more references
to the object.

You can use a shared object on a PowerBuilder client to simulate
an asynchronous call to EAServer.
For more information, see the description of the SharedObjectGet function.

Examples

In this example the application unregisters the object
instance called share1:

See Also

SharedObjectRegister


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x