C# Class Goedel.Recrypt.RecryptServiceClient

Client class for RecryptService.
Inheritance: RecryptService
Exibir arquivo Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Public Methods

Method Description
Delete ( DeleteRequest Request ) : DeleteResponse

Implement the transaction

Get ( GetRequest Request ) : GetResponse

Implement the transaction

Hello ( HelloRequest Request ) : HelloResponse

Implement the transaction

Join ( JoinRequest Request ) : JoinResponse

Implement the transaction

Leave ( LeaveRequest Request ) : LeaveResponse

Implement the transaction

RecryptServiceClient ( JPCRemoteSession JPCRemoteSession ) : System

Create a client connection to the specified service.

Select ( SearchRequest Request ) : SearchResponse

Implement the transaction

Set ( SetRequest Request ) : SetResponse

Implement the transaction

Method Details

Delete() public method

Implement the transaction
public Delete ( DeleteRequest Request ) : DeleteResponse
Request DeleteRequest
return DeleteResponse

Get() public method

Implement the transaction
public Get ( GetRequest Request ) : GetResponse
Request GetRequest
return GetResponse

Hello() public method

Implement the transaction
public Hello ( HelloRequest Request ) : HelloResponse
Request HelloRequest
return HelloResponse

Join() public method

Implement the transaction
public Join ( JoinRequest Request ) : JoinResponse
Request JoinRequest
return JoinResponse

Leave() public method

Implement the transaction
public Leave ( LeaveRequest Request ) : LeaveResponse
Request LeaveRequest
return LeaveResponse

RecryptServiceClient() public method

Create a client connection to the specified service.
public RecryptServiceClient ( JPCRemoteSession JPCRemoteSession ) : System
JPCRemoteSession JPCRemoteSession
return System

Select() public method

Implement the transaction
public Select ( SearchRequest Request ) : SearchResponse
Request SearchRequest
return SearchResponse

Set() public method

Implement the transaction
public Set ( SetRequest Request ) : SetResponse
Request SetRequest
return SetResponse