Intersoft ClientUI Documentation
Publish Method (DelegateEvent<TPayload>)



Message to pass to the subscribers.
Publishes the DelegateEvent<TPayload>.
Syntax
Public Overridable Sub Publish( _
   ByVal payload As TPayload _
) 
Dim instance As DelegateEvent(Of TPayload)
Dim payload As TPayload
 
instance.Publish(payload)
public virtual void Publish( 
   TPayload payload
)
public:
virtual void Publish( 
   TPayload^ payload
) 

Parameters

payload
Message to pass to the subscribers.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DelegateEvent<TPayload> Class
DelegateEvent<TPayload> Members

Send Feedback