Build 1.01.318.0
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
[This is preliminary documentation and is subject to change.]
Used to report an incoming request.
Namespace: Opc.Ua.BindingsAssembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
Syntax
| C# |
|---|
public delegate void TcpChannelRequestEventHandler( TcpServerChannel channel, uint requestId, IServiceRequest request ) |
| Visual Basic |
|---|
Public Delegate Sub TcpChannelRequestEventHandler ( _ channel As TcpServerChannel, _ requestId As UInteger, _ request As IServiceRequest _ ) |
| Visual C++ |
|---|
public delegate void TcpChannelRequestEventHandler( TcpServerChannel^ channel, unsigned int requestId, IServiceRequest^ request ) |
Parameters
- channel
- Type: Opc.Ua.Bindings..::..TcpServerChannel
- requestId
- Type: System..::..UInt32
- request
- Type: Opc.Ua..::..IServiceRequest