namespace NewRock.Sdk; public partial interface INewRockClient { /// /// 执行操作设备请求 /// /// /// /// /// 设备ReceiveKey /// /// /// Task ExecuteAsync( TRequest request, string key, int expired, CancellationToken cancellationToken) where TRequest : INewRockRequest where TResponse : NewRockResponse; }