C# Class Chatter.ChatService

Inheritance: IChatContract
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
ReceiveText ( string name, string text ) : void

Method Details

ReceiveText() public méthode

public ReceiveText ( string name, string text ) : void
name string
text string
Résultat void