AuthCallback Delegate
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