C# Class Chatter.ChatService

Inheritance: IChatContract
Exibir arquivo Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
ReceiveText ( string name, string text ) : void

Method Details

ReceiveText() public method

public ReceiveText ( string name, string text ) : void
name string
text string
return void