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.
public class ContinuationToken
- 继承
-
java.lang.ObjectSerializableContinuationToken
构造函数
ContinuationToken(Object marker) |
Initializes a new instance of the microsoft.servicefabric.actors.ContinuationToken class.
|
方法
getMarker() |
Gets a marker used to fetch the next set of available results.
|