C# Class UserStorage.Client, StepsDB-alpha

Inheritance: Iface
Afficher le fichier Open project: jeske/StepsDB-alpha Class Usage Examples

Protected Properties

Свойство Type Description
iprot_ Thrift.Protocol.TProtocol
oprot_ Thrift.Protocol.TProtocol
seqid_ int

Méthodes publiques

Méthode Description
Client ( TProtocol prot ) : System
Client ( TProtocol iprot, TProtocol oprot ) : System
recv_retrieve ( ) : UserProfile,
recv_store ( ) : void
retrieve ( int uid ) : UserProfile,
send_retrieve ( int uid ) : void
send_store ( UserProfile, user ) : void
store ( UserProfile, user ) : void

Method Details

Client() public méthode

public Client ( TProtocol prot ) : System
prot Thrift.Protocol.TProtocol
Résultat System

Client() public méthode

public Client ( TProtocol iprot, TProtocol oprot ) : System
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat System

recv_retrieve() public méthode

public recv_retrieve ( ) : UserProfile,
Résultat UserProfile,

recv_store() public méthode

public recv_store ( ) : void
Résultat void

retrieve() public méthode

public retrieve ( int uid ) : UserProfile,
uid int
Résultat UserProfile,

send_retrieve() public méthode

public send_retrieve ( int uid ) : void
uid int
Résultat void

send_store() public méthode

public send_store ( UserProfile, user ) : void
user UserProfile,
Résultat void

store() public méthode

public store ( UserProfile, user ) : void
user UserProfile,
Résultat void

Property Details

iprot_ protected_oe property

protected TProtocol,Thrift.Protocol iprot_
Résultat Thrift.Protocol.TProtocol

oprot_ protected_oe property

protected TProtocol,Thrift.Protocol oprot_
Résultat Thrift.Protocol.TProtocol

seqid_ protected_oe property

protected int seqid_
Résultat int