Answered How to drop a data

  • 2012年4月16日 上午 07:10
     
     

    Hello.

    I have 3 blocks:
    TransoftmBlock b1,b2;
    ActionBlock b3;

    b1.LinkTo(b2); b2.LinkTo(b3);

    In some cases I want to drop operation:

    b1 gets error during operation, and I want to correctly drop this message, but I cant found how to do it: I need to pass null and b2 and b3 needs to correctly handles this invalid messages.

    I really need way to drop operation in some cases, but how to do it?

    Thanks!

所有回覆