C# Class Brunet.Messaging.ReqrepManager.ReplyState

Inheritance: ISender, IWrappingSender
Afficher le fichier Open project: pstjuste/brunet

Méthodes publiques

Свойство Type Description
RequestDate System.DateTime
RequestKey RequestKey

Protected Properties

Свойство Type Description
Reply ICopyable
_have_sent_ack int
_lid int
_prefix Brunet.Util.PType
_rep_date System.DateTime
_reply_timeouts int
_uri WriteOnce
have_sent int

Méthodes publiques

Méthode Description
IncrementRepTimeouts ( ) : int
ReplyState ( PType prefix, RequestKey rk ) : System
Resend ( ) : void
Send ( ICopyable data ) : void
SendAck ( ) : void
ToUri ( ) : string

Method Details

IncrementRepTimeouts() public méthode

public IncrementRepTimeouts ( ) : int
Résultat int

ReplyState() public méthode

public ReplyState ( PType prefix, RequestKey rk ) : System
prefix Brunet.Util.PType
rk RequestKey
Résultat System

Resend() public méthode

public Resend ( ) : void
Résultat void

Send() public méthode

public Send ( ICopyable data ) : void
data ICopyable
Résultat void

SendAck() public méthode

public SendAck ( ) : void
Résultat void

ToUri() public méthode

public ToUri ( ) : string
Résultat string

Property Details

Reply protected_oe property

protected ICopyable Reply
Résultat ICopyable

RequestDate public_oe property

public DateTime,System RequestDate
Résultat System.DateTime

RequestKey public_oe property

public RequestKey RequestKey
Résultat RequestKey

_have_sent_ack protected_oe property

protected int _have_sent_ack
Résultat int

_lid protected_oe property

protected int _lid
Résultat int

_prefix protected_oe property

protected PType,Brunet.Util _prefix
Résultat Brunet.Util.PType

_rep_date protected_oe property

protected DateTime,System _rep_date
Résultat System.DateTime

_reply_timeouts protected_oe property

protected int _reply_timeouts
Résultat int

_uri protected_oe property

protected WriteOnce _uri
Résultat WriteOnce

have_sent protected_oe property

protected int have_sent
Résultat int