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

Show file Open project: rogeralsing/akka.net

Public Properties

Property Type Description
LocalAffinity bool
Message object
Path string

Public Methods

Method Description
Send ( string path, object message, bool localAffinity = false ) : System

Method Details

Send() public method

public Send ( string path, object message, bool localAffinity = false ) : System
path string
message object
localAffinity bool
return System

Property Details

LocalAffinity public property

public bool LocalAffinity
return bool

Message public property

public object Message
return object

Path public property

public string Path
return string