C# 클래스 UserStorage.Client, StepsDB-alpha

상속: Iface
파일 보기 프로젝트 열기: jeske/StepsDB-alpha 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
iprot_ Thrift.Protocol.TProtocol
oprot_ Thrift.Protocol.TProtocol
seqid_ int

공개 메소드들

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

메소드 상세

Client() 공개 메소드

public Client ( TProtocol prot ) : System
prot Thrift.Protocol.TProtocol
리턴 System

Client() 공개 메소드

public Client ( TProtocol iprot, TProtocol oprot ) : System
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
리턴 System

recv_retrieve() 공개 메소드

public recv_retrieve ( ) : UserProfile,
리턴 UserProfile,

recv_store() 공개 메소드

public recv_store ( ) : void
리턴 void

retrieve() 공개 메소드

public retrieve ( int uid ) : UserProfile,
uid int
리턴 UserProfile,

send_retrieve() 공개 메소드

public send_retrieve ( int uid ) : void
uid int
리턴 void

send_store() 공개 메소드

public send_store ( UserProfile, user ) : void
user UserProfile,
리턴 void

store() 공개 메소드

public store ( UserProfile, user ) : void
user UserProfile,
리턴 void

프로퍼티 상세

iprot_ 보호되어 있는 프로퍼티

protected TProtocol,Thrift.Protocol iprot_
리턴 Thrift.Protocol.TProtocol

oprot_ 보호되어 있는 프로퍼티

protected TProtocol,Thrift.Protocol oprot_
리턴 Thrift.Protocol.TProtocol

seqid_ 보호되어 있는 프로퍼티

protected int seqid_
리턴 int