|
TransportStatisticsUpdateBytesSent Method
|
Updates statistics related to sending of data.
Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.207-beta
Syntax public void UpdateBytesSent(
int bytesSent
)
Public Sub UpdateBytesSent (
bytesSent As Integer
)
public:
void UpdateBytesSent(
int bytesSent
)
member UpdateBytesSent :
bytesSent : int -> unit
function UpdateBytesSent(bytesSent);
View SourceParameters
- bytesSent Int32
- Number of bytes sent in the send operation.
See Also