MACROMEDIA FLASH COMMUNICATION SERVER MX-SERVER-SIDE COMMUNICATION ACTIONSCRIPT DICTIONARY Specifiche Pagina 343

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 369
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 342
Server-Side Communication ActionScript 43
Method summary for the SharedObject object
Property summary for the SharedObject object
Event summary for the SharedObject object
SharedObject.clear
Availability
Flash Communication Server MX.
Usage
SharedObject.clear()
Method Description
SharedObject.clear Deletes all properties of a persistent shared object.
SharedObject.close Unsubscribes from a shared object.
SharedObject.flush Causes the server to save the current state of a shared object.
SharedObject.get Returns a reference to a shared object.
SharedObject.getProperty Gets the value of a shared object property.
SharedObject.getPropertyNames Returns an array of all the current valid properties in the shared object.
SharedObject.lock Locks the shared object instance. Prevents any changes to this object by
clients until the SharedObject.unlock method is called.
SharedObject.purge Causes the server to remove all deleted properties that are older than the
specified version.
SharedObject.send Sends a message to the client subscribing to this shared object.
SharedObject.setProperty Sets a new value for a shared object property.
SharedObject.size Returns the number of valid properties in a shared object.
SharedObject.unlock Unlocks a shared object instance that was locked with
SharedObject.lock.
Property Description
SharedObject.name The name of a shared object.
SharedObject.resyncDepth The depth that indicates when the deleted values of a shared object
should be permanently deleted.
SharedObject.version The current version number of a shared object.
Property Description
SharedObject.handlerName A placeholder for a property name that specifies a function object that is
invoked when a shared object receives a broadcast message whose
method name matches the property name.
SharedObject.onStatus Reports errors, warnings, and status messages for a shared object.
SharedObject.onSync Invoked when a shared object changes.
Vedere la pagina 342
1 2 ... 338 339 340 341 342 343 344 345 346 347 348 ... 368 369

Commenti su questo manuale

Nessun commento