Share via


Constants Class

 

Defines the constants that are used by the providers.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  CoreProviders (in CoreProviders.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Common.ProviderFramework.Constants

Syntax

public static class Constants
public ref class Constants abstract sealed 
Public NotInheritable Class Constants

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static LOCAL_NOTIFICATION_PROVIDER_ID

Defines the identifier for the provider endpoint that allows client computers to connect to the Notification Provider on the local computer (no privileges required).

System_CAPS_pubfieldSystem_CAPS_static SERVER_NOTIFICATION_PROVIDER_ID

Defines the identifier for the provider endpoint that allows client computers that have administrative privileges on the server to connect to the Notification Provider on the server.

System_CAPS_pubfieldSystem_CAPS_static WCF_NAMESPACE

Defined the WCF service contract and data contract namespace.

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

Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top