Brunet.Symphony.ChotaConnectionOverlord.HandleData C# (CSharp) Method

HandleData() public method

public HandleData ( MemBlock p, ISender from, object state ) : void
p Brunet.Util.MemBlock
from ISender
state object
return void
    public void HandleData(MemBlock p, ISender from, object state) {
      AHSender ahs = from as AHSender;
      if( ahs == null ) {
        return;
      }

      Increment(ahs.Destination);
    }