Heureka API .NET Documentation
After(Type) Method



Gets the result of a given type after treatment
Syntax
'Declaration
 
Public Overloads Function After( _
   ByVal t As Type _
) As Object()
'Usage
 
Dim instance As Result
Dim t As Type
Dim value() As Object
 
value = instance.After(t)
public object[] After( 
   Type t
)
public:
array<Object^>^ After( 
   Type^ t
) 

Parameters

t

Return Value

Found result, or null
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

Result Class
Result Members
Overload List

Send Feedback