IUpdateReceiver 인터페이스

정의

에서 클라이언트로, 클라이언트ICommandSetProvider에서 ICommandSetProvider 로 RPC 연결을 통해 명령 업데이트 이벤트를 보내는 데 사용됩니다.

public interface class IUpdateReceiver
public interface IUpdateReceiver
type IUpdateReceiver = interface
Public Interface IUpdateReceiver
파생

메서드

UpdateAsync(Update, CancellationToken)

클라이언트에 속성 업데이트의 일괄 처리를 보냅니다.

적용 대상