Policy.ConnectionProcessingFinishedEventArgs Class

Represents the arguments that are passed to the event handler when the connection processing is finished.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public NotInheritable Class ConnectionProcessingFinishedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As Policy.ConnectionProcessingFinishedEventArgs
public sealed class ConnectionProcessingFinishedEventArgs : EventArgs
public ref class ConnectionProcessingFinishedEventArgs sealed : public EventArgs
[<SealedAttribute>]
type ConnectionProcessingFinishedEventArgs =  
    class
        inherit EventArgs
    end
public final class ConnectionProcessingFinishedEventArgs extends EventArgs

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.SqlServer.Management.Dmf.Policy.ConnectionProcessingFinishedEventArgs

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.