CQRS.Tests.CQRS.EventSourcing.EventStoreSessionTests.MockServiceBus.SendLocal C# (CSharp) Method

SendLocal() public method

public SendLocal ( object message ) : void
message object
return void
            public void SendLocal(object message) { throw new NotSupportedException(); }
            public void Send(object message) { throw new NotSupportedException(); }