Intersoft ClientUI Documentation
GetExecutionStrategy Method



Gets the execution strategy to publish this event.
Syntax
Function GetExecutionStrategy() As Action(Of Object())
Dim instance As IEventSubscription
Dim value As Action(Of Object())
 
value = instance.GetExecutionStrategy()
Action<object[]> GetExecutionStrategy()
Action<array<Object^>>^ GetExecutionStrategy(); 

Return Value

An Action with the execution strategy, or a null reference (Nothing in Visual Basic) if the IEventSubscription is no longer valid.
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

IEventSubscription Interface
IEventSubscription Members

Send Feedback