C# Class Sharplike.Core.Messaging.Message

Show file Open project: eropple/sharplike Class Usage Examples

Public Properties

Property Type Description
Args Object[]
Channel String
Name String

Private Methods

Method Description
Message ( String name, String channel, Object args ) : System

Property Details

Args public property

public Object[] Args
return Object[]

Channel public property

public String Channel
return String

Name public property

public String Name
return String