C# Class QuickCode1.DuplexTemplate.MyCallback

Inheritance: ICallback
Afficher le fichier Open project: carlosfigueira/WCFQuickSamples

Méthodes publiques

Méthode Description
MyCallback ( AutoResetEvent evt ) : System
OnHello ( string text ) : void

Method Details

MyCallback() public méthode

public MyCallback ( AutoResetEvent evt ) : System
evt System.Threading.AutoResetEvent
Résultat System

OnHello() public méthode

public OnHello ( string text ) : void
text string
Résultat void