Intersoft ClientUI Documentation
InternalPublish Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > DelegateEventBase Class : InternalPublish Method






arguments
The arguments that will be passed to the listeners.
Calls all the execution strategies exposed by the list of IEventSubscription.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub InternalPublish( _
   ByVal ParamArray arguments() As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As DelegateEventBase
Dim arguments() As Object
 
instance.InternalPublish(arguments)
C# 
protected virtual void InternalPublish( 
   params object[] arguments
)
Delphi 
protected procedure InternalPublish( 
   params  arguments: TObjectarray of
); virtual; 
JScript 
protected function InternalPublish( 
   arguments : Object[]
);
Managed Extensions for C++ 
protected: virtual void InternalPublish( 
   params Object*[]* arguments
) 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.