ArcGIS Pro 2.9 API Reference Guide
BroadcastAsync Method (RegisteredPresentationEvent<TSubscriptionParam,TPayload>)

ArcGIS.Core.Events Namespace > RegisteredPresentationEvent<TSubscriptionParam,TPayload> Class : BroadcastAsync Method
Message to pass to the subscribers.
Publishes the CompositePresentationEvent<TPayload>.
Syntax
protected internal Task BroadcastAsync( 
   TPayload payload
)
Protected Friend Function BroadcastAsync( _
   ByVal payload As TPayload _
) As Task

Parameters

payload
Message to pass to the subscribers.

Return Value

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

RegisteredPresentationEvent<TSubscriptionParam,TPayload> Class
RegisteredPresentationEvent<TSubscriptionParam,TPayload> Members