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

Mostra 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_oe property

public bool LocalAffinity
return bool

Message public_oe property

public object Message
return object

Path public_oe property

public string Path
return string