Condividi tramite


NameEnumerationResult Class

Definition

A collection of Service Fabric names, as returned by EnumerateSubNamesAsync(Uri, NameEnumerationResult, Boolean).

public class NameEnumerationResult : System.Collections.ObjectModel.Collection<Uri>
type NameEnumerationResult = class
    inherit Collection<Uri>
Public Class NameEnumerationResult
Inherits Collection(Of Uri)
Inheritance
NameEnumerationResult

Properties

HasMoreData

Indicates whether there are more remaining pages. If the value is true, then EnumerateSubNamesAsync(Uri, NameEnumerationResult, Boolean) can be called to acquire the next page.

IsBestEffort

Indicates whether any name under the given name has been modified during the enumeration. If there was a modification, this property value is true.

IsConsistent

Indicates whether any name under the given name has been modified during the enumeration. If there was a modification, this property value is false.

IsFinished

Indicates whether there are no more remaining pages.

IsValid

Indicates whether the enumeration result is valid. Do not use the result, if it is not valid.

Applies to