C# 클래스 d3.Server.Services.SearchServiceImpl

상속: SearchService
파일 보기 프로젝트 열기: fry/d3

공개 메소드들

메소드 설명
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

메소드 상세

FindMatches() 공개 메소드

public FindMatches ( Google controller, FindMatchesRequest request, Action done ) : void
controller Google
request FindMatchesRequest
done Action
리턴 void

RemoveObjects() 공개 메소드

public RemoveObjects ( Google controller, RemoveObjectsRequest request, Action done ) : void
controller Google
request RemoveObjectsRequest
done Action
리턴 void

SearchServiceImpl() 공개 메소드

public SearchServiceImpl ( ClientHandler client ) : System
client ClientHandler
리턴 System

SetObject() 공개 메소드

public SetObject ( Google controller, SetObjectRequest request, Action done ) : void
controller Google
request SetObjectRequest
done Action
리턴 void