public abstract class AutodiscoverResponseCollection<TResponse extends AutodiscoverResponse> extends AutodiscoverResponse implements IGenericEnumerable<TResponse>
Represents a collection of responses to a call to the Autodiscover service.
TResponse: The type of the responses in the collection.
| Modifier | Constructor and Description |
|---|---|
protected |
AutodiscoverResponseCollection()
Initializes a new instance of the
AutodiscoverResponseCollectionltTResponsegt class. |
| Modifier and Type | Method and Description |
|---|---|
TResponse |
get_Item(int index)
Gets the response at the specified index.
|
int |
getCount()
Gets the number of responses in the collection.
|
IEnumerator |
iterator_()
Gets an enumerator that iterates through the elements of the collection.
|
IGenericEnumerator<TResponse> |
iterator()
Gets an enumerator that iterates through the elements of the collection.
|
getErrorCode, getErrorMessageprotected AutodiscoverResponseCollection()
Initializes a new instance of the AutodiscoverResponseCollectionltTResponsegt class.
public final int getCount()
Gets the number of responses in the collection.
public final TResponse get_Item(int index)
Gets the response at the specified index.
index - Index.public final IGenericEnumerator<TResponse> iterator()
Gets an enumerator that iterates through the elements of the collection.
iterator in interface IGenericEnumerable<TResponse extends AutodiscoverResponse>iterator in interface IEnumerable<TResponse extends AutodiscoverResponse>iterator in interface Iterable<TResponse extends AutodiscoverResponse>public final IEnumerator iterator_()
Gets an enumerator that iterates through the elements of the collection.
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.