IMultiClusterGossipService.Publish(IMultiClusterGossipData, Boolean) 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.
One-way small-scale gossip: send partial data to recipient
public System.Threading.Tasks.Task Publish (Orleans.Runtime.IMultiClusterGossipData gossipData, bool forwardLocally);
abstract member Publish : Orleans.Runtime.IMultiClusterGossipData * bool -> System.Threading.Tasks.Task
Public Function Publish (gossipData As IMultiClusterGossipData, forwardLocally As Boolean) As Task
Parameters
- gossipData
- IMultiClusterGossipData
The gossip data
- forwardLocally
- Boolean
Whether to forward the changes to local silos