Click or drag to resize

TimeSeriesAddEvent Method (IDictionaryString, Object)

Add an event to the series using the current UTC time

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public void AddEvent(
	IDictionary<string, Object> eventToAdd
)

Parameters

eventToAdd
Type: System.Collections.GenericIDictionaryString, Object
The properties of the event
See Also