This topic has not yet been rated - Rate this topic

ServiceConfig Class

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Specifies and configures the services that are to be active in the domain which is entered when calling Enter or creating an Activity. This class cannot be inherited.

For a list of all members of this type, see ServiceConfig Members.

System.Object
   System.EnterpriseServices.ServiceConfig

[Visual Basic]
<ComVisible(False)>
NotInheritable Public Class ServiceConfig
[C#]
[ComVisible(false)]
public sealed class ServiceConfig
[C++]
[ComVisible(false)]
public __gc __sealed class ServiceConfig
[JScript]
public
   ComVisible(false)
class ServiceConfig

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.

Remarks

Enter and Activity allow you to use the services configured by ServiceConfig with no need to tie those services to a component.

Requirements

Namespace: System.EnterpriseServices

Platforms: Windows Server 2003 family

Assembly: System.Enterpriseservices (in System.Enterpriseservices.dll)

See Also

ServiceConfig Members | System.EnterpriseServices Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.