PowerTCP Sockets for .NET
Echo Event (Ping)




Raised when Marshal(Echo[]) is used.
Syntax
'Declaration
 
Public Event Echo As EventHandler(Of EchoEventArgs)
'Usage
 
Dim instance As Ping
Dim handler As EventHandler(Of EchoEventArgs)
 
AddHandler instance.Echo, handler
public event EventHandler<EchoEventArgs> Echo
public: __event EventHandler<EchoEventArgs*>* Echo
public:
event EventHandler<EchoEventArgs^>^ Echo
Remarks
See the SynchronizingObject property for information on updating UI controls in your event handler.
See Also

Reference

Ping Class
Ping Members


PowerTCP Sockets for .NET Documentation Version 4.5
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic