Akka.Cluster.Tools.Tests.MultiNode.PublishSubscribe.DistributedPubSubMediatorSpec.Shout.Shout C# (CSharp) Method

Shout() public method

public Shout ( string topic, object message ) : System
topic string
message object
return System
            public Shout(string topic, object message)
            {
                Topic = topic;
                Message = message;
            }
        }
DistributedPubSubMediatorSpec.Shout