Opc.Ua.Core
Close Method (BinaryEncoder)



Opc.Ua Namespace > BinaryEncoder Class : Close Method
Completes writing and returns position in the stream.
Syntax
'Declaration
 
Public Function Close() As Integer
'Usage
 
Dim instance As BinaryEncoder
Dim value As Integer
 
value = instance.Close()
public int Close()
public:
int Close(); 
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

BinaryEncoder Class
BinaryEncoder Members