Instrumentation.SetBatchSize(Type, Int32) 메서드

정의

한 번에 제공할 지정된 형식의 최대 개체 수를 지정합니다.

public:
 static void SetBatchSize(Type ^ instrumentationClass, int batchSize);
public static void SetBatchSize(Type instrumentationClass, int batchSize);
static member SetBatchSize : Type * int -> unit
Public Shared Sub SetBatchSize (instrumentationClass As Type, batchSize As Integer)

매개 변수

instrumentationClass
Type

일괄 처리 크기가 설정되는 클래스입니다.

batchSize
Int32

한 번에 제공할 최대 개체 수입니다.

설명

.NET Framework 보안

즉시 호출자에 대한 완전 신뢰입니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분적으로 신뢰할 수 있는 코드의 라이브러리 사용을 참조하세요.

적용 대상