FunctionInvocationContext.FunctionCallIndex プロパティ

定義

イテレーション内の関数呼び出しのインデックスを取得または設定します。

public:
 property int FunctionCallIndex { int get(); void set(int value); };
public int FunctionCallIndex { get; set; }
member this.FunctionCallIndex : int with get, set
Public Property FunctionCallIndex As Integer

プロパティ値

注釈

基になるクライアントからの応答には、複数の関数呼び出し要求が含まれる場合があります。 このインデックスは、イテレーション内での関数呼び出しの位置を示します。

適用対象