[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum CallbackResult
Public Enumeration CallbackResult
public enum class CallbackResult

Members

MemberDescription
Normal
This message could be normally passed to client/server.
Eat
This message will be dropped, after all handlers will process it.
Sent
Custom data has been sent. Don't send anything else to avoid message duplicating.

See Also