C# Class Brunet.Messaging.ReqrepManager.RequestKey

Show file Open project: pstjuste/brunet

Public Properties

Property Type Description
RequestID int
Sender ISender

Public Methods

Method Description
Equals ( object o ) : bool
GetHashCode ( ) : int
RequestKey ( int id, ISender s ) : System

Method Details

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

RequestKey() public method

public RequestKey ( int id, ISender s ) : System
id int
s ISender
return System

Property Details

RequestID public property

public int RequestID
return int

Sender public property

public ISender Sender
return ISender