PortalCrawl.BeginEnumerateBucket Method (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
Public Function BeginEnumerateBucket ( _
    strFolder As String, _
    strBucketId As String, _
    strCatalog As String, _
    strScope As String, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As PortalCrawl
Dim strFolder As String
Dim strBucketId As String
Dim strCatalog As String
Dim strScope As String
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginEnumerateBucket(strFolder, strBucketId, strCatalog, strScope, callback, asyncState)
public IAsyncResult BeginEnumerateBucket (
    string strFolder,
    string strBucketId,
    string strCatalog,
    string strScope,
    AsyncCallback callback,
    Object asyncState
)

Parameters

  • strFolder
  • strBucketId
  • strCatalog
  • strScope
  • callback
  • asyncState

See Also

Reference

PortalCrawl Class
PortalCrawl Members
Microsoft.Office.Server.Search.Internal.Protocols.SPSCrawl Namespace