FunctionInvocationContext.FunctionCount 속성

정의

반복 내에서 함수 호출 요청의 총 수를 가져오거나 설정합니다.

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

속성 값

설명

기본 클라이언트의 응답에는 여러 함수 호출 요청이 포함될 수 있습니다. 이 개수는 얼마나 많은 수가 있는지를 나타냅니다.

적용 대상