EnumerateFolderCompletedEventArgs Class (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")> _
<DesignerCategoryAttribute("code")> _
<DebuggerStepThroughAttribute> _
<HostProtectionAttribute(SecurityAction.LinkDemand, SharedState:=True)> _
<PermissionSetAttribute(SecurityAction.Demand, Name:="FullTrust")> _
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name:="FullTrust")> _
Public Class EnumerateFolderCompletedEventArgs
    Inherits AsyncCompletedEventArgs
'Usage
Dim instance As EnumerateFolderCompletedEventArgs
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[DesignerCategoryAttribute("code")] 
[DebuggerStepThroughAttribute] 
[HostProtectionAttribute(SecurityAction.LinkDemand, SharedState=true)] 
[PermissionSetAttribute(SecurityAction.Demand, Name="FullTrust")] 
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name="FullTrust")] 
public class EnumerateFolderCompletedEventArgs : AsyncCompletedEventArgs

Inheritance Hierarchy

System.Object
   System.EventArgs
     System.ComponentModel.AsyncCompletedEventArgs
      Microsoft.Office.Server.Search.Internal.Protocols.SPSCrawl.EnumerateFolderCompletedEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

EnumerateFolderCompletedEventArgs Members
Microsoft.Office.Server.Search.Internal.Protocols.SPSCrawl Namespace