C# 클래스 Opc.Ua.ServerTest.ServerTestClient.ReportProgressEventArgs

The arguments provided when raising a report result event.
상속: System.EventArgs
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
ReportProgressEventArgs ( ConfiguredEndpoint endpoint, ServerTestCase testcase, int testCount, int failedTestCount, int endpointCount, int totalEndpointCount, int iterationCount, int totalIterationCount, double currentProgress, double finalProgress, bool breakpoint ) : System

Constructs the object.

메소드 상세

ReportProgressEventArgs() 공개 메소드

Constructs the object.
public ReportProgressEventArgs ( ConfiguredEndpoint endpoint, ServerTestCase testcase, int testCount, int failedTestCount, int endpointCount, int totalEndpointCount, int iterationCount, int totalIterationCount, double currentProgress, double finalProgress, bool breakpoint ) : System
endpoint ConfiguredEndpoint
testcase ServerTestCase
testCount int
failedTestCount int
endpointCount int
totalEndpointCount int
iterationCount int
totalIterationCount int
currentProgress double
finalProgress double
breakpoint bool
리턴 System