Beispiel #1
0
 public SUDSRCHMod(NID nidSrch, int dwReserved)
 {
     this.nidSrch    = nidSrch;
     this.dwReserved = dwReserved;
 }
Beispiel #2
0
 public SIEntry(NID nodeId, BID slBlockId)
 {
     NodeId    = nodeId;
     SLBlockId = slBlockId;
 }
 public RecipientTableTrackingObject(NID recipientTableNodeId, ObjectTypes type, ObjectStates state) : base(type, state)
 {
     RecipientTableNodeId = recipientTableNodeId;
     TrackedRecipients    = new Dictionary <int, TrackingObject>();
 }