Click or drag to resize

TransportStatisticsUpdateBytesSent Method

Updates statistics related to sending of data.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public void UpdateBytesSent(
	int bytesSent
)
View Source

Parameters

bytesSent  Int32
Number of bytes sent in the send operation.
See Also