Opc.Ua.Core
GetSequence Method



Opc.Ua.Bindings Namespace > ArraySegmentStream Class : GetSequence Method
Returns sequence of the buffers stored in the stream.
Syntax
'Declaration
 
Public Function GetSequence( _
   ByVal owner As String _
) As BufferSequence
'Usage
 
Dim instance As ArraySegmentStream
Dim owner As String
Dim value As BufferSequence
 
value = instance.GetSequence(owner)
public BufferSequence GetSequence( 
   string owner
)
public:
BufferSequence^ GetSequence( 
   String^ owner
) 

Parameters

owner
Remarks
The buffers ownership is transferred to the sequence, the stream can be disposed. The new owner is responisble to dispose the sequence after use.
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

ArraySegmentStream Class
ArraySegmentStream Members