ServiceResponseCollection<TResponse> クラス

定義

厳密に型指定されたサービス応答の一覧を表します。

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)

型パラメーター

TResponse

一覧に格納されている応答の種類。

継承
ServiceResponseCollection<TResponse>
実装
IEnumerable<TResponse>

プロパティ

Count

一覧内の応答の合計数を取得します。

Item[Int32]

指定したインデックス位置にある応答を取得します。

OverallResult

この応答コレクションを生成した要求の全体的な結果を示す値を取得します。

メソッド

GetEnumerator()

コレクションの要素を反復処理する列挙子を取得します。

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

コレクションの要素を反復処理する列挙子を取得します。 このIEnumerable.GetEnumerator()方法は、Exchange Onlineおよび 2013 以降のバージョンの Exchange を対象とするクライアントExchange Server適用できます。

適用対象