你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ContinuationToken Class
- java.
lang. Object - Serializable
- microsoft.
servicefabric. actors. ContinuationToken
- microsoft.
public class ContinuationToken
Represents a continuation token for query operations.
Remarks:A method that may return a partial set of results via a PagedResult<T> object also returns a continuation token in the object, which can be used in a subsequent call to return the next set of available results.
Constructor Summary
Constructor | Description |
---|---|
ContinuationToken(Object marker) |
Initializes a new instance of the microsoft.servicefabric.actors.ContinuationToken class. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Object |
getMarker()
Gets a marker used to fetch the next set of available results. |
Constructor Details
ContinuationToken
public ContinuationToken(Object marker)
Initializes a new instance of the microsoft.servicefabric.actors.ContinuationToken class.
Parameters:
Method Details
getMarker
public Object getMarker()
Gets a marker used to fetch the next set of available results.
Returns: