Intersoft ClientUI Documentation
InvokeAction Method (BackgroundEventSubscription<TPayload>)



The action to execute.
The payload to pass action while invoking it.
Invokes the specified Action in an asynchronous thread by using a System.Threading.ThreadPool.
Syntax
Public Overrides Sub InvokeAction( _
   ByVal action As Action(Of TPayload), _
   ByVal argument As TPayload _
) 
Dim instance As BackgroundEventSubscription(Of TPayload)
Dim action As Action(Of TPayload)
Dim argument As TPayload
 
instance.InvokeAction(action, argument)
public override void InvokeAction( 
   Action<TPayload> action,
   TPayload argument
)
public:
void InvokeAction( 
   Action<TPayload^>^ action,
   TPayload^ argument
) override 

Parameters

action
The action to execute.
argument
The payload to pass action while invoking it.
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

BackgroundEventSubscription<TPayload> Class
BackgroundEventSubscription<TPayload> Members

Send Feedback