ListFolderLongpollResult Class¶
Result of a ListFolderLongpoll(string, int) request.
Constructors¶
| Name | Description |
|---|---|
| ListFolderLongpollResult(bool, Int32?) | Creates a new instance of the ListFolderLongpollResult class. |
Properties¶
| Name | Type | Description |
|---|---|---|
| Backoff | System.Int | If present, wait at least this many seconds before calling ListFolderLongpoll(string, int) again. |
| Changes | System.Boolean | Whether changes have occured or not. Use ListFolderContinue(string) to see changes. |
Methods¶
| Name | Description |
|---|---|
| ListFolderLongpollResult.FromJson(JObject) | Creates a new instance of the ListFolderLongpollResult class using a JSON object. |
| ListFolderLongpollResult.ToString() | Returns a string containing all of the class’ properties. |