Intersoft ClientUI Documentation
InternalPublish Method



The arguments that will be passed to the listeners.
Calls all the execution strategies exposed by the list of IEventSubscription.
Syntax
Protected Overridable Sub InternalPublish( _
   ByVal ParamArray arguments() As Object _
) 
Dim instance As DelegateEventBase
Dim arguments() As Object
 
instance.InternalPublish(arguments)
protected virtual void InternalPublish( 
   params object[] arguments
)
protected:
virtual void InternalPublish( 
   ... array<Object^>^ arguments
) 

Parameters

arguments
The arguments that will be passed to the listeners.
Remarks
Before executing the strategies, this class will prune all the subscribers from the list that return a a null reference (Nothing in Visual Basic)Action when calling the IEventSubscription.GetExecutionStrategy method.
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

DelegateEventBase Class
DelegateEventBase Members

Send Feedback