Language version: | ActionScript 3.0 |
The NetGroupSendResult class is an enumeration of constant values used for the return value of the
Directed Routing methods associated with a NetGroup instance.
public static const ERROR:String = "error"
Language version: | ActionScript 3.0 |
Indicates an error occurred (such as no permission) when using a Directed Routing method.
public static const NO_ROUTE:String = "no route"
Language version: | ActionScript 3.0 |
Indicates no neighbor could be found to route the message toward its requested destination.
public static const SENT:String = "sent"
Language version: | ActionScript 3.0 |
Indicates that a route was found for the message and it was forwarded toward its destination.
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00