ServiceConfigurationCreatedEventArgs Constructor

Namespace: Microsoft.IdentityModel.Web.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

    Dim config As ServiceConfiguration

Dim instance As New ServiceConfigurationCreatedEventArgs(config)

Syntax

'Declaration
Public Sub New ( _
    config As ServiceConfiguration _
)
public ServiceConfigurationCreatedEventArgs (
    ServiceConfiguration config
)
public:
ServiceConfigurationCreatedEventArgs (
    ServiceConfiguration^ config
)
public ServiceConfigurationCreatedEventArgs (
    ServiceConfiguration config
)
public function ServiceConfigurationCreatedEventArgs (
    config : ServiceConfiguration
)

Parameters

  • config
     

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also

Reference

ServiceConfigurationCreatedEventArgs Class
ServiceConfigurationCreatedEventArgs Members
Microsoft.IdentityModel.Web.Configuration Namespace