HttpServerApiCalledAction 属性 |
获取或设置当前接口调用信息处理的委托,可以用于对接口调用的二次分析,在接口调用完成的时候,将触发本委托
Obtain or set the delegate for the current interface call information processing, which can be used for secondary analysis of the interface call, and the delegate will be triggered when the interface call is completed
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public Action<HttpApiCalledInfo> ApiCalledAction { get; set; }
Public Property ApiCalledAction As Action(Of HttpApiCalledInfo)
Get
Set
public:
property Action<HttpApiCalledInfo^>^ ApiCalledAction {
Action<HttpApiCalledInfo^>^ get ();
void set (Action<HttpApiCalledInfo^>^ value);
}
member ApiCalledAction : Action<HttpApiCalledInfo> with get, set
属性值
类型:
ActionHttpApiCalledInfo参见