Class ListFolderLongpollArg
The list folder longpoll arg object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class ListFolderLongpollArg
Constructors
View SourceListFolderLongpollArg(string, ulong)
Initializes a new instance of the ListFolderLongpollArg class.
Declaration
public ListFolderLongpollArg(string cursor, ulong timeout = 30)
Parameters
| Type | Name | Description |
|---|---|---|
| string | cursor | A cursor as returned by ListFolderAsync(ListFolderArg) ListFolderAsync(ListFolderArg) or ListFolderContinueAsync(ListFolderContinueArg) ListFolderContinueAsync(ListFolderContinueArg). Cursors
retrieved by setting IncludeMediaInfo to |
| ulong | timeout | A timeout in seconds. The request will block for at most this length of time, plus up to 90 seconds of random jitter added to avoid the thundering herd problem. Care should be taken when using this parameter, as some network infrastructure does not support long timeouts. |
Properties
View SourceCursor
A cursor as returned by ListFolderAsync(ListFolderArg) ListFolderAsync(ListFolderArg) or ListFolderContinueAsync(ListFolderContinueArg) ListFolderContinueAsync(ListFolderContinueArg). Cursors
retrieved by setting IncludeMediaInfo to true are not supported.
Declaration
public string Cursor { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Timeout
A timeout in seconds. The request will block for at most this length of time, plus up to 90 seconds of random jitter added to avoid the thundering herd problem. Care should be taken when using this parameter, as some network infrastructure does not support long timeouts.
Declaration
public ulong Timeout { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ulong |