ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Events Namespace / AsyncPresentationEvent<TPayload> Class / BroadcastAsync Method
Message to pass to the subscribers.

In This Topic
    BroadcastAsync Method (AsyncPresentationEvent<TPayload>)
    In This Topic
    Syntax
    Public Function BroadcastAsync( _
       ByVal payload As TPayload _
    ) As Task
    public Task BroadcastAsync( 
       TPayload payload
    )

    Parameters

    payload
    Message to pass to the subscribers.

    Return Value

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also