C# Class tiesky.com.SharmIpc.ResponseCrate

ファイルを表示 Open project: hhblaze/SharmIPC

Public Properties

Property Type Description
IsRespOk bool
callBack byte[]>>.Action
mre System.Threading.ManualResetEvent
res byte[]

Public Methods

Method Description
Dispose_MRE ( ) : void
Init_MRE ( ) : void

Method Details

Dispose_MRE() public method

public Dispose_MRE ( ) : void
return void

Init_MRE() public method

public Init_MRE ( ) : void
return void

Property Details

IsRespOk public_oe property

public bool IsRespOk
return bool

callBack public_oe property

public Action> callBack
return byte[]>>.Action

mre public_oe property

Not SLIM version must be used (it works faster for longer delay which RPCs are)
public ManualResetEvent,System.Threading mre
return System.Threading.ManualResetEvent

res public_oe property

public byte[] res
return byte[]