C# Class d3.Server.Services.SearchServiceImpl

Inheritance: SearchService
Afficher le fichier Open project: fry/d3

Méthodes publiques

Méthode Description
FindMatches ( Google controller, FindMatchesRequest request, Action done ) : void
RemoveObjects ( Google controller, RemoveObjectsRequest request, Action done ) : void
SearchServiceImpl ( ClientHandler client ) : System
SetObject ( Google controller, SetObjectRequest request, Action done ) : void

Method Details

FindMatches() public méthode

public FindMatches ( Google controller, FindMatchesRequest request, Action done ) : void
controller Google
request FindMatchesRequest
done Action
Résultat void

RemoveObjects() public méthode

public RemoveObjects ( Google controller, RemoveObjectsRequest request, Action done ) : void
controller Google
request RemoveObjectsRequest
done Action
Résultat void

SearchServiceImpl() public méthode

public SearchServiceImpl ( ClientHandler client ) : System
client ClientHandler
Résultat System

SetObject() public méthode

public SetObject ( Google controller, SetObjectRequest request, Action done ) : void
controller Google
request SetObjectRequest
done Action
Résultat void