ContinuationToken(Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ContinuationToken class.
public ContinuationToken (object marker);
new Microsoft.ServiceFabric.Actors.Query.ContinuationToken : obj -> Microsoft.ServiceFabric.Actors.Query.ContinuationToken
Public Sub New (marker As Object)
Parameters
- marker
- Object
A marker used to retrieve the next set of available results.