C# 클래스 Tce.RpcMessage

파일 보기 프로젝트 열기: adoggie/TCE 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
async RpcAsyncCallBackBase
call_id int
callmsg RpcMessage
calltype int
conn RpcConnection
cookie object
errcode int
ev System.Threading.AutoResetEvent
extra RpcExtraData
ifidx int
issuetime long
opidx int
paramsize int
paramstream byte[]
prx RpcProxyBase
result RpcMessage
sequence int
status int
timeout long
type int

공개 메소드들

메소드 설명
RpcMessage ( int calltype = UNDEFINED ) : System
marshall ( ) : Stream
unmarshall ( Stream stream ) : RpcMessage

메소드 상세

RpcMessage() 공개 메소드

public RpcMessage ( int calltype = UNDEFINED ) : System
calltype int
리턴 System

marshall() 공개 메소드

public marshall ( ) : Stream
리턴 Stream

unmarshall() 공개 정적인 메소드

public static unmarshall ( Stream stream ) : RpcMessage
stream Stream
리턴 RpcMessage

프로퍼티 상세

async 공개적으로 프로퍼티

public RpcAsyncCallBackBase,Tce async
리턴 RpcAsyncCallBackBase

call_id 공개적으로 프로퍼티

public int call_id
리턴 int

callmsg 공개적으로 프로퍼티

public RpcMessage,Tce callmsg
리턴 RpcMessage

calltype 공개적으로 프로퍼티

public int calltype
리턴 int

conn 공개적으로 프로퍼티

public RpcConnection,Tce conn
리턴 RpcConnection

cookie 공개적으로 프로퍼티

public object cookie
리턴 object

errcode 공개적으로 프로퍼티

public int errcode
리턴 int

ev 공개적으로 프로퍼티

public AutoResetEvent,System.Threading ev
리턴 System.Threading.AutoResetEvent

extra 공개적으로 프로퍼티

public RpcExtraData,Tce extra
리턴 RpcExtraData

ifidx 공개적으로 프로퍼티

public int ifidx
리턴 int

issuetime 공개적으로 프로퍼티

public long issuetime
리턴 long

opidx 공개적으로 프로퍼티

public int opidx
리턴 int

paramsize 공개적으로 프로퍼티

public int paramsize
리턴 int

paramstream 공개적으로 프로퍼티

public byte[] paramstream
리턴 byte[]

prx 공개적으로 프로퍼티

public RpcProxyBase,Tce prx
리턴 RpcProxyBase

result 공개적으로 프로퍼티

public RpcMessage,Tce result
리턴 RpcMessage

sequence 공개적으로 프로퍼티

public int sequence
리턴 int

status 공개적으로 프로퍼티

public int status
리턴 int

timeout 공개적으로 프로퍼티

public long timeout
리턴 long

type 공개적으로 프로퍼티

public int type
리턴 int