FunctionInvocationContext.FunctionCount Özellik

Tanım

Yineleme içindeki işlev çağrısı isteklerinin toplam sayısını alır veya ayarlar.

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

Özellik Değeri

Açıklamalar

Temel istemciden gelen yanıt birden çok işlev çağrısı isteği içerebilir. Bu sayı, kaç tane olduğunu gösterir.

Şunlara uygulanır