Opc.Ua.Core
SaveIntermediateChunk Method



Opc.Ua.Bindings Namespace > UaSCUaBinaryChannel Class : SaveIntermediateChunk Method
Saves an intermediate chunk for an incoming message.
Syntax
'Declaration
 
Protected Function SaveIntermediateChunk( _
   ByVal requestId As UInteger, _
   ByVal chunk As ArraySegment(Of Byte), _
   ByVal isServerContext As Boolean _
) As Boolean
 
'Usage
 
Dim instance As UaSCUaBinaryChannel
Dim requestId As UInteger
Dim chunk As ArraySegment(Of Byte)
Dim isServerContext As Boolean
Dim value As Boolean
 
value = instance.SaveIntermediateChunk(requestId, chunk, isServerContext)

Parameters

requestId
chunk
isServerContext
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UaSCUaBinaryChannel Class
UaSCUaBinaryChannel Members