GetSiteUrlCompletedEventArgs Class (Microsoft.Office.Server.Search.Internal.Protocols.SiteData)

Namespace: Microsoft.Office.Server.Search.Internal.Protocols.SiteData
Assembly: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)

Syntax

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

Inheritance Hierarchy

System.Object
   System.EventArgs
     System.ComponentModel.AsyncCompletedEventArgs
      Microsoft.Office.Server.Search.Internal.Protocols.SiteData.GetSiteUrlCompletedEventArgs

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

GetSiteUrlCompletedEventArgs Members
Microsoft.Office.Server.Search.Internal.Protocols.SiteData Namespace