PollingCompletedEventHandler 대리자
1주기의 값 읽기 요청과 응답이 완료되었을 때 발생하는 이벤트의 처리기
네임스페이스: VagabondK.Interface
어셈블리: VagabondK.Interface.Abstractions.dll
구문
public delegate void PollingCompletedEventHandler(object sender, PollingCompletedEventArgs e)
매개 변수
형식 | 이름 | 설명 |
---|---|---|
object | sender | 이벤트 소스 |
PollingCompletedEventArgs | e | 1주기의 값 읽기 요청과 응답이 완료되었을 때 발생하는 이벤트의 매개변수 |