Edit

Share via


ILogConsistencyProtocolServices.SendMessage Method

Definition

Send a message to a remote cluster.

public System.Threading.Tasks.Task<Orleans.MultiCluster.ILogConsistencyProtocolMessage> SendMessage (Orleans.MultiCluster.ILogConsistencyProtocolMessage payload, string clusterId);
abstract member SendMessage : Orleans.MultiCluster.ILogConsistencyProtocolMessage * string -> System.Threading.Tasks.Task<Orleans.MultiCluster.ILogConsistencyProtocolMessage>
Public Function SendMessage (payload As ILogConsistencyProtocolMessage, clusterId As String) As Task(Of ILogConsistencyProtocolMessage)

Parameters

payload
ILogConsistencyProtocolMessage

the message

clusterId
String

the destination cluster id

Returns

Applies to