Appccelerate.DistributedEventBroker.NServiceBus.Handlers.NServiceBusEventFiredHandlerTest.TestableNServiceBusEventFiredHandler.DoHandle C# (CSharp) Method

DoHandle() protected method

protected DoHandle ( DistributedEventBroker message ) : void
message DistributedEventBroker
return void
            protected override void DoHandle(DistributedEventBroker.Messages.IEventFired message)
            {
                this.DoHandleWasCalled = true;
            }
        }
NServiceBusEventFiredHandlerTest.TestableNServiceBusEventFiredHandler