uaPLUS Reference
HandleWriteComplete Method
See Also  Send Feedback
Opc.Ua.Bindings Namespace > TcpClientChannel Class : HandleWriteComplete Method

state
bytesWritten
result

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub HandleWriteComplete( _
   ByVal state As Object, _
   ByVal bytesWritten As Integer, _
   ByVal result As ServiceResult _
) 
C# 
protected override void HandleWriteComplete( 
   object state,
   int bytesWritten,
   ServiceResult result
)

Parameters

state
bytesWritten
result

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.