Class GetTeamEventsContinueError.Reset
Cursors are intended to be used quickly. Individual cursor values are normally valid for days, but in rare cases may be reset sooner. Cursor reset errors should be handled by fetching a new cursor from GetEventsAsync(GetTeamEventsArg). The associated value is the approximate timestamp of the most recent event returned by the cursor. This should be used as a resumption point when calling GetEventsAsync(GetTeamEventsArg) to obtain a new cursor.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public sealed class GetTeamEventsContinueError.Reset : GetTeamEventsContinueError
Constructors
View SourceReset(DateTime)
Initializes a new instance of the GetTeamEventsContinueError.Reset class.
Declaration
public Reset(DateTime value)
Parameters
| Type | Name | Description |
|---|---|---|
| DateTime | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public DateTime Value { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |