Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.Office.Server.Search.Federation
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Delegate Sub AuthCallback ( _
obj As Object _
)
'Usage
Dim instance As New AuthCallback(AddressOf HandlerMethod)
public delegate void AuthCallback(
Object obj
)
Parameters
- obj
Type: System.Object