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
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public sealed class Reset : GetTeamEventsContinueError
Constructors
| Improve this Doc View SourceReset(DateTime)
Initializes a new instance of the GetTeamEventsContinueError.Reset class.
Declaration
public Reset(DateTime value)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | value | The value |
Properties
| Improve this Doc View SourceValue
Gets the value of this instance.
Declaration
public DateTime Value { get; }
Property Value
Type | Description |
---|---|
System.DateTime |