Akka.Routing.Broadcast.Broadcast C# (CSharp) Method

Broadcast() public method

public Broadcast ( object message ) : System.Collections.Generic
message object
return System.Collections.Generic
        public Broadcast(object message)
            : base(message)
        {
        }
    }
Broadcast