ServiceResponseCollection<TResponse> Class
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.
Represents a strongly typed list of service responses.
generic <typename TResponse>
where TResponse : ServiceResponsepublic ref class ServiceResponseCollection sealed : System::Collections::Generic::IEnumerable<TResponse>
public sealed class ServiceResponseCollection<TResponse> : System.Collections.Generic.IEnumerable<TResponse> where TResponse : ServiceResponse
Public NotInheritable Class ServiceResponseCollection(Of TResponse)
Implements IEnumerable(Of TResponse)
Type Parameters
- TResponse
The type of response stored in the list.
- Inheritance
-
ServiceResponseCollection<TResponse>
- Implements
-
IEnumerable<TResponse>
Properties
Count |
Gets the total number of responses in the list. |
Item[Int32] |
Gets the response at the specified index. |
OverallResult |
Gets a value indicating the overall result of the request that generated this response collection. |
Methods
GetEnumerator() |
Gets an enumerator that iterates through the elements of the collection. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets an enumerator that iterates through the elements of the collection. The IEnumerable.GetEnumerator() method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |