Announce() protected method

protected Announce ( MemBlock b, ISender from ) : void
b MemBlock
from ISender
return void
Example #1
0
 /**
  * Perform the action of announing a packet
  */
 public void Start()
 {
     LocalNode.Announce(Data, From);
 }