コード例 #1
0
 public static void AssertWasSentLocally <T>(this IBus bus) where T : IMessage
 {
     bus.AssertWasSentLocally <T>(x => true);
 }
コード例 #2
0
 public static void AssertWasSentLocally <T>(this IBus bus, Action <IMethodOptions <object> > options) where T : IMessage
 {
     bus.AssertWasSentLocally <T>(x => true, options);
 }