GetItemCompletedEventHandler Delegate (Microsoft.Office.Server.Search.Internal.Protocols.SPSCrawl)
Namespace: Microsoft.Office.Server.Search.Internal.Protocols.SPSCrawl
Assembly: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Syntax
'Declaration
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Public Delegate Sub GetItemCompletedEventHandler ( _
sender As Object, _
e As GetItemCompletedEventArgs _
)
'Usage
Dim instance As New GetItemCompletedEventHandler(AddressOf HandlerMethod)
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)]
public delegate void GetItemCompletedEventHandler (
Object sender,
GetItemCompletedEventArgs e
)
Parameters
- sender
- e
See Also
Reference
Microsoft.Office.Server.Search.Internal.Protocols.SPSCrawl Namespace