点击或拖拽改变大小

CommunicationPipeDecideWhetherQAMessageFunction 属性

用来决定当前接收的消息是否是问答服务的消息,可由外界设置委托来决定
It is used to determine whether the currently received message is a message of the question answering service, which can be determined by the external setting delegate

命名空间:  HslCommunication.Core.Pipe
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法
public Func<CommunicationPipe, OperateResult<byte[]>, bool> DecideWhetherQAMessageFunction { get; set; }

属性值

类型:FuncCommunicationPipe, OperateResultByte, Boolean
参见