A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
Couchbase.Lite.Util
TimeSeries Class
TimeSeries Methods
AddEvent Method
AddEvent Method (IDictionary(String, Object))
AddEvent Method (IDictionary(String, Object), DateTime)
TimeSeries
AddEvent Method (IDictionary
String, 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#
Copy
public
void
AddEvent
(
IDictionary
<
string
,
Object
>
eventToAdd
)
Parameters
eventToAdd
Type:
System.Collections.Generic
IDictionary
String
,
Object
The properties of the event
See Also
Reference
TimeSeries Class
AddEvent Overload
Couchbase.Lite.Util Namespace