ILogConsistencyProtocolServices.SendMessage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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