Opc.Ua.Core
UnlockBuffer Method



Opc.Ua.Bindings Namespace > BufferManager Class : UnlockBuffer Method
The buffer.
Unlocks the buffer (used for debugging only).
Syntax
'Declaration
 
Public Shared Sub UnlockBuffer( _
   ByVal buffer() As Byte _
) 
'Usage
 
Dim buffer() As Byte
 
BufferManager.UnlockBuffer(buffer)
public static void UnlockBuffer( 
   byte[] buffer
)
public:
static void UnlockBuffer( 
   array<byte>^ buffer
) 

Parameters

buffer
The buffer.
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

BufferManager Class
BufferManager Members