C# Class QuickCode1.AsyncTemplate.Service

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

Méthodes publiques

Méthode Description
BeginAdd ( int x, int y, AsyncCallback callback, object state ) : IAsyncResult
EndAdd ( IAsyncResult ar ) : int

Private Methods

Méthode Description
AddDoWork ( int x, int y ) : int

Method Details

BeginAdd() public méthode

public BeginAdd ( int x, int y, AsyncCallback callback, object state ) : IAsyncResult
x int
y int
callback AsyncCallback
state object
Résultat IAsyncResult

EndAdd() public méthode

public EndAdd ( IAsyncResult ar ) : int
ar IAsyncResult
Résultat int