ISettingsProviderContract Interface

 

The contract for the settings provider.

Namespace:   Microsoft.WindowsServerSolutions.Settings
Assembly:  SettingsObjectModel (in SettingsObjectModel.dll)

[ServiceContractAttribute]
[ProviderEndpointBehaviorAttribute(CredentialType::Machine, ConnectionSetting::AllowLocalAccessOnly)]
public interface class ISettingsProviderContract

NameDescription
System_CAPS_pubmethodDeleteCollection(String^, String^)

Deletes a collection from an application.

System_CAPS_pubmethodDeleteValue(String^, String^, String^)

Deletes the value associated with a specific application, collection, and key.

System_CAPS_pubmethodGetCollectionNames(String^)

Gets the collections belonging to a particular application.

System_CAPS_pubmethodGetKeys(String^, String^)

Gets all of the keys in a specific collection.

System_CAPS_pubmethodGetValue(String^, String^, String^, Guid)

Retrieves the data associated with a specific application, collection, and key.

System_CAPS_pubmethodPing()

Pings the server.

System_CAPS_pubmethodSetValue(String^, String^, String^, Guid, Int32, array<Byte>^, Boolean)

Sets a value for a specific application, collection, and key.

Return to top

Community Additions

ADD
Show: