SDK
SDK C# v2.x
2

SubscribeOptions #

This class represents the options usable with the Realtime.subscribe method.

Namespace #

You must include the following namespace:

Copied to clipboard!
using KuzzleSdk.API.Options;

Properties #

Property Type
(default)
Description writable
Scope
string

(all)
Subscribes to document entering or leaving the scope
Possible values: all, in, out, none
yes
Users
string

(none)
Subscribes to users entering or leaving the room
Possible values: all, in, out, none
yes
SubscribeToSelf
bool

(true)
Subscribes to notifications fired by our own queries yes
Volatile
JObject

(null)
JObject representing subscription information, used in user join/leave notifications yes