XDASrv Reference Manual
GetRefreshNeed Delegate
See Also  Send Feedback
NSPlugin Namespace : GetRefreshNeed Delegate




mode
maxAge
numHandles
AppItemHandles
Generic server callback to get a list of item that need to be refreshed.

Syntax

Visual Basic (Declaration) 
Public Delegate Function GetRefreshNeed( _
   ByVal mode As Integer, _
   ByVal maxAge As Integer, _
   ByRef numHandles As Integer, _
   ByRef AppItemHandles As IntPtr _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As New GetRefreshNeed(AddressOf HandlerMethod)
C# 
public delegate int GetRefreshNeed( 
   int mode,
   int maxAge,
   out int numHandles,
   out IntPtr AppItemHandles
)
Managed Extensions for C++ 
public: __gc __delegate int GetRefreshNeed( 
   int mode,
   int maxAge,
   [PARAMFLAG::Out] int numHandles,
   [PARAMFLAG::Out] IntPtr AppItemHandles
)
C++/CLI 
public delegate int GetRefreshNeed( 
   int mode,
   int maxAge,
   [Out] int numHandles,
   [Out] IntPtr AppItemHandles
)

Parameters

mode
maxAge
numHandles
AppItemHandles

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

Copyright © 2002-2011 Advosol Inc. All Rights Reserved.