Intersoft ClientUI Documentation
Execute Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > WeakAction<T> Class : Execute Method






parameter
A parameter to be passed to the action.
Invokes the action of this instance. This method runs only if the target of the reference is still alive.

Syntax

Visual Basic (Declaration) 
Public Sub Execute( _
   ByVal parameter As T _
) 
Visual Basic (Usage)Copy Code
Dim instance As WeakAction(Of T)
Dim parameter As T
 
instance.Execute(parameter)
C# 
public void Execute( 
   T parameter
)
Delphi 
public procedure Execute( 
    parameter: T
); 
JScript 
public function Execute( 
   parameter : T
);
Managed Extensions for C++ 
public: void Execute( 
   T* parameter
) 
C++/CLI 
public:
void Execute( 
   T^ parameter
) 

Parameters

parameter
A parameter to be passed to the action.

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.