[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 class ClientMessageHandlerAttribute : MessageHandlerAttributeBase
Public Class ClientMessageHandlerAttribute _
	Inherits MessageHandlerAttributeBase
public ref class ClientMessageHandlerAttribute : public MessageHandlerAttributeBase

Members

         
 All Members  Constructors   Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ClientMessageHandlerAttribute(Byte)
Initializes a new instance of the ClientMessageHandlerAttribute class
Id (Inherited from MessageHandlerAttributeBase.)
Priority (Inherited from MessageHandlerAttributeBase.)

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    Phoenix..::.RuntimeAttribute
      Phoenix..::.MessageHandlerAttributeBase
        Phoenix..::.ClientMessageHandlerAttribute

See Also