Set Method

Glimpse API

DictionaryDataStoreAdapter Set Method Glimpse API Documentation
Sets the item with the specified key.

Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public void Set(
	string key,
	Object value
)
public void Set(
	string key,
	Object value
)

Parameters

key
Type: OnlineSystem String
The key.
value
Type: OnlineSystem Object
The value.

Implements

IDataStore Set(String, Object)
See Also