Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() ![]() |
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). |
![]() ![]() |
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. |
![]() ![]() |
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