Click or drag to resize

StatusSetCode Method

Note: This API is now obsolete.

Modifies the status code being held by this object

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[ObsoleteAttribute("Use the Code property, this function is going away")]
public virtual void SetCode(
	StatusCode code
)

Parameters

code
Type: Couchbase.LiteStatusCode
The new status code
See Also