C# Class Akka.Cluster.Tools.Client.ClusterClient.SendToAll

Mostra file Open project: rogeralsing/akka.net

Public Properties

Property Type Description
Message object
Path string

Public Methods

Method Description
SendToAll ( string path, object message ) : System

Method Details

SendToAll() public method

public SendToAll ( string path, object message ) : System
path string
message object
return System

Property Details

Message public_oe property

public object Message
return object

Path public_oe property

public string Path
return string