ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Utilities Namespace / Broadcast Class / Publish Method

In This Topic
    Publish Method (Broadcast)
    In This Topic
    Broadcasts a message on the specified channel to all running instances of Pro.
    Syntax
    public static bool Publish( 
       Guid channel,
       int messageID,
       string message
    )
    Public Shared Function Publish( _
       ByVal channel As Guid, _
       ByVal messageID As Integer, _
       ByVal message As String _
    ) As Boolean

    Parameters

    channel
    messageID
    message

    Return Value

    True if the broadcast succeeds
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also